Intersoft.Client.UI.Aqua.UXStackMenu Namespace > UXStackButton Class : IsOpen Property |
<CategoryAttribute("Common Properties")> Public Property IsOpen As Boolean
Dim instance As UXStackButton Dim value As Boolean instance.IsOpen = value value = instance.IsOpen
[CategoryAttribute("Common Properties")] public bool IsOpen {get; set;}
[CategoryAttribute("Common Properties")] public: property bool IsOpen { bool get(); void set ( bool value); }
To open or display stack items of UXStackButton, you can simply set the IsOpen property to True. Alternatively you can click the UXStackButton to set the IsOpen property.
Similiar with other button, UXStackButton also has ClickMode property that determines the action that triggers the click event. When the ClickMode property is set to Hover, UXStackButton will display the stack items when its being hovered.
XAML |
Copy Code
|
---|---|
<Intersoft:UXStackButton Content="Button" ClickMode="Hover" HorizontalAlignment="Center" VerticalAlignment="Bottom" Height="64" Width="64" Icon="ShareLarge.png" StackMode="GridStyle" StackGridMode="DynamicGrid"> <Intersoft:UXStackItem Icon="twitter.png" Text="Twitter"/> <Intersoft:UXStackItem Icon="facebook.png" Text="Facebook"/> <Intersoft:UXStackItem Icon="digg.png" Text="Digg"/> <Intersoft:UXStackItem Icon="delicious.png" Text="Delicious"/> <Intersoft:UXStackItem Icon="flickr.png" Text="Flickr"/> <Intersoft:UXStackItem Icon="linkedin.png" Text="Linked In"/> </Intersoft:UXStackButton> |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2