Свойство | Type | Description | |
---|---|---|---|
SetPaletteRedirect | void | ||
ShouldSerializeStateNormal | bool | ||
this |
Méthode | Description | |
---|---|---|
GenerateView ( IContextMenuProvider provider, object parent, |
Returns a view appropriate for this item based on the object it is inside.
|
|
KryptonContextMenuItems ( ) : System |
Initialize a new instance of the KryptonContextMenuItems class.
|
|
KryptonContextMenuItems ( |
Initialize a new instance of the KryptonContextMenuItems class.
|
|
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.
|
Méthode | Description | |
---|---|---|
SetPaletteRedirect ( PaletteDoubleRedirect redirector ) : void | ||
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. |
Résultat | ViewBase |
public KryptonContextMenuItems ( ) : System | ||
Résultat | System |
public KryptonContextMenuItems ( |
||
children | Array of initial child items. | |
Résultat | System |
public ProcessShortcut ( Keys keyData ) : bool | ||
keyData | Keys | Key data to check against shorcut definitions. |
Résultat | bool |