프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateView | ViewBase | ||
MonitorControl | void | ||
OnCustomControlEnter | void | ||
OnCustomControlLeave | void | ||
OnDesignTimeContextMenu | void | ||
OnPaletteNeedPaint | void | ||
ProcessCmdKey | bool | ||
ShouldSerializeShortcutKeys | bool | ||
UnmonitorControl | void |
메소드 | 설명 | |
---|---|---|
Hide ( ) : void |
Make the ribbon group hidden.
|
|
KryptonRibbonGroupCustomControl ( ) : System |
Initialise a new instance of the KryptonRibbonGroupCustom class.
|
|
ResetShortcutKeys ( ) : void |
Resets the ShortcutKeys property to its default value.
|
|
Show ( ) : void |
Make the ribbon group visible.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
메소드 | 설명 | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
MonitorControl ( |
||
OnCustomControlEnter ( object sender, |
||
OnCustomControlLeave ( object sender, |
||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnPaletteNeedPaint ( object sender, |
||
ProcessCmdKey ( |
||
ShouldSerializeShortcutKeys ( ) : bool | ||
UnmonitorControl ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public KryptonRibbonGroupCustomControl ( ) : System | ||
리턴 | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
리턴 | void |