The following tables list the members exposed by ImGearMenuItem.
Name | Description | |
---|---|---|
![]() | ImGearMenuItem Constructor | Initializes a new instance of the ImGearMenuItem class. |
Name | Description | |
---|---|---|
![]() ![]() | CommandParameterProperty | Identifies the CommandParameter dependency property. |
![]() ![]() | CommandProperty | Identifies the Command dependency property. |
![]() ![]() | IconProperty | Identifies the Icon dependency property. |
Name | Description | |
---|---|---|
![]() | Command | Gets or sets the command associated with the menu item. |
![]() | CommandParameter | Gets or sets the parameter to pass to the Command property of a MenuItem. |
![]() | Icon | Gets or sets the icon that appears in a MenuItem. |
Name | Description | |
---|---|---|
![]() | OnApplyTemplate | Overridden. Called when the template's tree is generated. |
Name | Description | |
---|---|---|
![]() | ChangeVisualState | Changes to the correct visual state(s) for the control. |
![]() | OnClick | Called when a MenuItem is clicked and raises a Click event. |
![]() | OnGotFocus | Overridden. Invoked whenever an unhandled GotFocus event reaches this element in its route. |
![]() | OnItemsChanged | Overridden. Called when the Items property changes. |
![]() | OnKeyDown | Overridden. Responds to the KeyDown event. |
![]() | OnLostFocus | Overridden. Raises the LostFocus routed event by using the event data that is provided. |
![]() | OnMouseEnter | Overridden. Called whenever the mouse enters a MenuItem. |
![]() | OnMouseLeave | Overridden. Called whenever the mouse leaves a MenuItem. |
![]() | OnMouseLeftButtonDown | Overridden. Called when the left mouse button is pressed. |
![]() | OnMouseRightButtonDown | Overridden. Called when the right mouse button is pressed. |