Property | Type | Description | |
---|---|---|---|
SetPaletteRedirect | void | ||
SetRadioButtonStyle | void | ||
ShouldSerializeImageTransparentColor | bool | ||
ShouldSerializeImages | bool | ||
ShouldSerializeOverrideFocus | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
this |
Method | Description | |
---|---|---|
GenerateView ( IContextMenuProvider provider, object parent, |
Returns a view appropriate for this item based on the object it is inside.
|
|
KryptonContextMenuRadioButton ( ) : System |
Initialize a new instance of the KryptonContextMenuRadioButton class.
|
|
KryptonContextMenuRadioButton ( string initialText ) : System |
Initialize a new instance of the KryptonContextMenuRadioButton class.
|
|
PerformClick ( ) : void |
Generates a Click event for the component.
|
|
ProcessShortcut ( Keys keyData ) : bool |
Test for the provided shortcut and perform relevant action if a match is found.
|
|
ToString ( ) : string |
Returns a description of the instance.
|
Method | Description | |
---|---|---|
OnCheckedChanged ( |
Raises the CheckedChanged event.
|
|
OnClick ( |
Raises the Click event.
|
Method | Description | |
---|---|---|
SetPaletteRedirect ( |
||
SetRadioButtonStyle ( LabelStyle style ) : void | ||
ShouldSerializeImageTransparentColor ( ) : bool | ||
ShouldSerializeImages ( ) : bool | ||
ShouldSerializeOverrideFocus ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
this ( int index ) : |
public GenerateView ( IContextMenuProvider provider, object parent, |
||
provider | IContextMenuProvider | Provider of context menu information. |
parent | object | Owning object reference. |
columns | Containing columns. | |
standardStyle | bool | Draw items with standard or alternate style. |
imageColumn | bool | Draw an image background for the item images. |
return | ViewBase |
public KryptonContextMenuRadioButton ( ) : System | ||
return | System |
public KryptonContextMenuRadioButton ( string initialText ) : System | ||
initialText | string | Initial text for display. |
return | System |
protected OnCheckedChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnClick ( |
||
e | An EventArgs that contains the event data. | |
return | void |
public ProcessShortcut ( Keys keyData ) : bool | ||
keyData | Keys | Key data to check against shorcut definitions. |
return | bool |