Property | Type | Description | |
---|---|---|---|
SetColorScheme | void | ||
this |
Method | Description | |
---|---|---|
ContainsColor ( Color color ) : bool |
Does the provided color exist in the definition.
|
|
GenerateView ( IContextMenuProvider provider, object parent, |
Returns a view appropriate for this item based on the object it is inside.
|
|
KryptonContextMenuColorColumns ( ) : System |
Initialize a new instance of the KryptonContextMenuColorColumns class.
|
|
KryptonContextMenuColorColumns ( ColorScheme scheme ) : System |
Initialize a new instance of the KryptonContextMenuColorColumns class.
|
|
ProcessShortcut ( Keys keyData ) : bool |
Test for the provided shortcut and perform relevant action if a match is found.
|
|
SetCustomColors ( Color colors ) : void |
Define a custom set of colors for display.
|
|
ToString ( ) : string |
Returns a description of the instance.
|
Method | Description | |
---|---|---|
OnSelectedColorChanged ( |
Raises the SelectedColorChanged event.
|
|
OnTrackingColor ( |
Raises the TrackingColor event.
|
Method | Description | |
---|---|---|
SetColorScheme ( ColorScheme scheme ) : void | ||
this ( int index ) : |
public ContainsColor ( Color color ) : bool | ||
color | Color | Color to find. |
return | bool |
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 KryptonContextMenuColorColumns ( ) : System | ||
return | System |
public KryptonContextMenuColorColumns ( ColorScheme scheme ) : System | ||
scheme | ColorScheme | Required color scheme of colors. |
return | System |
protected OnSelectedColorChanged ( |
||
e | An ColorEventArgs that contains the event data. | |
return | void |
protected OnTrackingColor ( |
||
e | An ColorEventArgs that contains the event data. | |
return | void |
public ProcessShortcut ( Keys keyData ) : bool | ||
keyData | Keys | Key data to check against shorcut definitions. |
return | bool |
public SetCustomColors ( Color colors ) : void | ||
colors | Color | An array of color arrays, each of which must be the same length. |
return | void |