Method | Description | |
---|---|---|
Close ( |
Raises the Close event on the provider.
|
|
Closing ( CancelEventArgs cea ) : void |
Raises the Closing event on the provider.
|
|
Layout ( |
Perform a layout of the elements.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawMenuRadioButton ( IContextMenuProvider provider, |
Initialize a new instance of the ViewDrawMenuRadioButton class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
Method | Description | |
---|---|---|
OnCheckedChanged ( object sender, |
||
OnClick ( object sender, |
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 | Called from Dispose method. |
return | void |
public Layout ( |
||
context | Layout context. | |
return | void |
public ViewDrawMenuRadioButton ( IContextMenuProvider provider, |
||
provider | IContextMenuProvider | Reference to provider. |
radioButton | Reference to owning radio button entry. | |
return | System |