Click or drag to resize

AppBarButton Class

AppBarButton are expected to be present in a ModernWindow Status bar, displays an vector icon and small text label under it. According to targeting version of the OS, you can change if a circle is visible outside the icon. Similar to AppBarIcon and ModernLink, you specify the icon by a icon key from more than 1200 vector XAML icons or using the Segoe UI Symbol or Segoe UI MDL2 icon set if targeting Windows 8/8.1 or Windows 10
Inheritance Hierarchy

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public class AppBarButton : ButtonBase, 
	IDisposable

The AppBarButton type exposes the following members.

Constructors
  NameDescription
Public methodAppBarButton
Initializes a new instance of the AppBarButton class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption of the button, shown under the icon with small font.
Public propertyIconKey
Gets or sets the Icon Key of this AppbarButton.
Public propertyIsChecked
Gets or sets the check status of the button, if the current button is used as toggle button. (IsToggleButton = True)
Public propertyIsCircleVisible
Gets or Sets a value to indicate if a circle is visible outside the icon.
Public propertyIsToggleButton
Gets or sets the value if the button is used as a ToggleButton.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Top
Fields
  NameDescription
Public fieldStatic memberCaptionProperty
The caption property
Public fieldStatic memberIconKeyProperty
The icon key property
Public fieldStatic memberIsCheckedProperty
The is checked property
Public fieldStatic memberIsCircleVisibleProperty
The is circle visible property
Public fieldStatic memberIsToggleButtonProperty
The is toggle button property
Top
See Also