AppBarButton Class |
Namespace: Hummingbird.UI
The AppBarButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppBarButton |
Initializes a new instance of the AppBarButton class.
|
Name | Description | |
---|---|---|
![]() | Caption |
Gets or sets the caption of the button, shown under the icon with small font.
|
![]() | IconKey |
Gets or sets the Icon Key of this AppbarButton.
|
![]() | IsChecked |
Gets or sets the check status of the button, if the current button is used as toggle button. (IsToggleButton = True)
|
![]() | IsCircleVisible |
Gets or Sets a value to indicate if a circle is visible outside the icon.
|
![]() | IsToggleButton |
Gets or sets the value if the button is used as a ToggleButton.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
|
Name | Description | |
---|---|---|
![]() ![]() | CaptionProperty |
The caption property
|
![]() ![]() | IconKeyProperty |
The icon key property
|
![]() ![]() | IsCheckedProperty |
The is checked property
|
![]() ![]() | IsCircleVisibleProperty |
The is circle visible property
|
![]() ![]() | IsToggleButtonProperty |
The is toggle button property
|