Méthode | 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.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawMenuCheckBox ( IContextMenuProvider provider, |
Initialize a new instance of the ViewDrawMenuCheckBox class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
OnClick ( object sender, |
||
OnCommandPropertyChanged ( object sender, |
||
OnPropertyChanged ( object sender, |
public Close ( |
||
e | A CancelEventArgs containing the event data. | |
Résultat | void |
public Closing ( CancelEventArgs cea ) : void | ||
cea | CancelEventArgs | A CancelEventArgs containing the event data. |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetPreferredSize ( |
||
context | Layout context. | |
Résultat |
public Layout ( |
||
context | Layout context. | |
Résultat | void |
public ViewDrawMenuCheckBox ( IContextMenuProvider provider, |
||
provider | IContextMenuProvider | Reference to provider. |
checkBox | Reference to owning check box entry. | |
Résultat | System |