Method | Description | |
---|---|---|
ClearSubMenu ( ) : void |
Remove any showing context menu.
|
|
Close ( |
Raises the Close event on the provider.
|
|
Closing ( CancelEventArgs cea ) : void |
Raises the Closing event on the provider.
|
|
DisposeContextMenu ( ) : void |
Request the showing context menu be disposed.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
PointInSubMenu ( Point pt ) : bool |
Indicates whether the mouse point should show a sub menu.
|
|
ShowSubMenu ( bool keyboardActivated ) : void |
Ask the menu item to show the associated child collection as a menu.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawMenuItem ( IContextMenuProvider provider, |
Initialize a new instance of the ViewDrawMenuItem class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
OnCommandPropertyChanged ( object sender, |
||
OnContextMenuDisposed ( object sender, |
||
OnPropertyChanged ( object sender, |
||
ViewDrawMenuItem ( ) : System |
public Close ( |
||
e | A CancelEventArgs containing the event data. | |
return | void |
public Closing ( CancelEventArgs cea ) : void | ||
cea | CancelEventArgs | A CancelEventArgs containing the event data. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public ShowSubMenu ( bool keyboardActivated ) : void | ||
keyboardActivated | bool | |
return | void |
public ViewDrawMenuItem ( IContextMenuProvider provider, |
||
provider | IContextMenuProvider | Provider of context menu information. |
menuItem | Menu item definition. | |
columns | Containing columns. | |
standardStyle | bool | Draw items with standard or alternate style. |
imageColumn | bool | Draw an image background for the item images. |
return | System |