프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SetPaletteRedirect | void | ||
ShouldSerializeImageTransparentColor | bool | ||
ShouldSerializeStateChecked | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateHighlight | bool | ||
ShouldSerializeStateNormal | bool | ||
this | KryptonContextMenuItemBase |
메소드 | 설명 | |
---|---|---|
GenerateView ( IContextMenuProvider provider, object parent, |
Returns a view appropriate for this item based on the object it is inside.
|
|
KryptonContextMenuItem ( ) : System |
Initialize a new instance of the KryptonContextMenuItem class.
|
|
KryptonContextMenuItem ( string initialText ) : System |
Initialize a new instance of the KryptonContextMenuItem class.
|
|
KryptonContextMenuItem ( string initialText, EventHandler clickHandler ) : System |
Initialize a new instance of the KryptonContextMenuItem class.
|
|
KryptonContextMenuItem ( string initialText, EventHandler clickHandler, Keys shortcut ) : System |
Initialize a new instance of the KryptonContextMenuItem class.
|
|
KryptonContextMenuItem ( string initialText, Image initialImage, EventHandler clickHandler ) : System |
Initialize a new instance of the KryptonContextMenuItem class.
|
|
KryptonContextMenuItem ( string initialText, Image initialImage, EventHandler clickHandler, Keys shortcut ) : System |
Initialize a new instance of the KryptonContextMenuItem 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.
|
메소드 | 설명 | |
---|---|---|
OnCheckStateChanged ( |
Raises the CheckStateChanged event.
|
|
OnCheckedChanged ( |
Raises the CheckedChanged event.
|
|
OnClick ( |
Raises the Click event.
|
메소드 | 설명 | |
---|---|---|
SetPaletteRedirect ( IContextMenuProvider provider ) : void | ||
ShouldSerializeImageTransparentColor ( ) : bool | ||
ShouldSerializeStateChecked ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateHighlight ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
this ( int index ) : KryptonContextMenuItemBase |
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. |
리턴 | ViewBase |
public KryptonContextMenuItem ( string initialText ) : System | ||
initialText | string | Initial text string. |
리턴 | System |
public KryptonContextMenuItem ( string initialText, EventHandler clickHandler ) : System | ||
initialText | string | Initial text string. |
clickHandler | EventHandler | Click handler. |
리턴 | System |
public KryptonContextMenuItem ( string initialText, EventHandler clickHandler, Keys shortcut ) : System | ||
initialText | string | Initial text string. |
clickHandler | EventHandler | Click handler. |
shortcut | Keys | Shortcut key combination. |
리턴 | System |
public KryptonContextMenuItem ( string initialText, Image initialImage, EventHandler clickHandler ) : System | ||
initialText | string | Initial text string. |
initialImage | Image | Initial image. |
clickHandler | EventHandler | Click handler. |
리턴 | System |
public KryptonContextMenuItem ( string initialText, Image initialImage, EventHandler clickHandler, Keys shortcut ) : System | ||
initialText | string | Initial text string. |
initialImage | Image | Initial image. |
clickHandler | EventHandler | Click handler. |
shortcut | Keys | Shortcut key combination. |
리턴 | System |
protected OnCheckStateChanged ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnCheckedChanged ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnClick ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
public ProcessShortcut ( Keys keyData ) : bool | ||
keyData | Keys | Key data to check against shorcut definitions. |
리턴 | bool |