Method | Description | |
---|---|---|
Close ( |
Raises the Close event on the provider.
|
|
Closing ( CancelEventArgs cea ) : void |
Raises the Closing event on the provider.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
SyncChildren ( ) : void | ||
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutMenuItemSelect ( |
Initialize a new instance of the ViewLayoutMenuItemSelect class.
|
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 |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public ViewLayoutMenuItemSelect ( |
||
itemSelect | Reference to owning instance. | |
provider | IContextMenuProvider | Provider of context menu information. |
return | System |