메소드 | 설명 | |
---|---|---|
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.
|
|
ViewDrawMenuCheckButton ( IContextMenuProvider provider, |
Initialize a new instance of the ViewDrawMenuCheckButton class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
OnClick ( object sender, |
||
OnCommandPropertyChanged ( object sender, |
||
OnPropertyChanged ( object sender, |
public Close ( |
||
e | A CancelEventArgs containing the event data. | |
리턴 | void |
public Closing ( CancelEventArgs cea ) : void | ||
cea | CancelEventArgs | A CancelEventArgs containing the event data. |
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public GetPreferredSize ( |
||
context | Layout context. | |
리턴 |
public Layout ( |
||
context | Layout context. | |
리턴 | void |
public ViewDrawMenuCheckButton ( IContextMenuProvider provider, |
||
provider | IContextMenuProvider | Reference to provider. |
checkButton | Reference to owning check button entry. | |
리턴 | System |