Click or drag to resize

AppBarButtonIsToggleButton Property

Gets or sets the value if the button is used as a ToggleButton.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public bool IsToggleButton { get; set; }

Property Value

Type: Boolean
True if the AppbarButton is Toggle Button, and the value IsChecked can be used to determine the check status. False if the AppbarButton is push button
See Also