프로퍼티 | 타입 | 설명 | |
---|---|---|---|
this |
메소드 | 설명 | |
---|---|---|
GenerateView ( IContextMenuProvider provider, object parent, |
Returns a view appropriate for this item based on the object it is inside.
|
|
KryptonContextMenuItemBase ( ) : System |
Initialize a new instance of the KryptonContextMenuItem class.
|
|
ProcessShortcut ( Keys keyData ) : bool |
Test for the provided shortcut and perform relevant action if a match is found.
|
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
메소드 | 설명 | |
---|---|---|
this ( int index ) : |
public abstract 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 |
protected OnPropertyChanged ( |
||
e | A PropertyChangedEventArgs containing the event data. | |
리턴 | void |
public abstract ProcessShortcut ( Keys keyData ) : bool | ||
keyData | Keys | Key data to check against shorcut definitions. |
리턴 | bool |