|  | ApplicationBarMenuItem Properties | 
The ApplicationBarMenuItem type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Command | 
            Gets or sets the command to invoke when this item is pressed. This is a DependencyProperty.
            (Inherited from ApplicationBarItemBaseT.) | 
|  | CommandParameter | 
            Gets or sets the parameter to pass to the Command property. This is a DependencyProperty.
            (Inherited from ApplicationBarItemBaseT.) | 
|  | CommandParameterValue | 
            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.) | 
|  | Dispatcher | (Inherited from DependencyObject.) | 
|  | IsEnabled | 
            Gets or sets a value indicating whether the user can interact with the control.
            (Inherited from ApplicationBarItemBaseT.) | 
|  | IsVisible | 
            Gets or sets a value indicating whether the item is visible.
            (Inherited from ApplicationBarItemBaseT.) | 
|  | Text | 
            Gets or sets the text string that is displayed as a label for the item.
            (Inherited from ApplicationBarItemBaseT.) | 
 See Also
See Also