Click or drag to resize
Cimbalino ToolkitApplicationBarIconButton Properties

The ApplicationBarIconButton type exposes the following members.

Properties
  NameDescription
Public propertyCommand
Gets or sets the command to invoke when this item is pressed. This is a DependencyProperty.
(Inherited from ApplicationBarItemBaseT.)
Public propertyCommandParameter
Gets or sets the parameter to pass to the Command property. This is a DependencyProperty.
(Inherited from ApplicationBarItemBaseT.)
Public propertyCommandParameterValue
Gets or sets an object that will be passed to the Command attached to this trigger. This property is here for compatibility with the Silverlight version. This is NOT a DependencyProperty. For databinding, use the CommandParameter property.
(Inherited from ApplicationBarItemBaseT.)
Public propertyDispatcher (Inherited from DependencyObject.)
Public propertyIconUri
Gets or sets the URI of the icon to use for the button.
Public propertyIsEnabled
Gets or sets a value indicating whether the user can interact with the control.
(Inherited from ApplicationBarItemBaseT.)
Public propertyIsVisible
Gets or sets a value indicating whether the item is visible.
(Inherited from ApplicationBarItemBaseT.)
Public propertyText
Gets or sets the text string that is displayed as a label for the item.
(Inherited from ApplicationBarItemBaseT.)
Top
See Also