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; }
Public Property IsToggleButton As Boolean
Get
Set
public:
property bool IsToggleButton {
bool get ();
void set (bool value);
}
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