Property | Type | Description | |
---|---|---|---|
CreateView | ViewBase | ||
OnDesignTimeContextMenu | void | ||
OnPaletteNeedPaint | void | ||
ProcessCmdKey | bool | ||
ShouldSerializeImageLarge | bool | ||
ShouldSerializeImageSmall | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool |
Method | Description | |
---|---|---|
Hide ( ) : void |
Make the ribbon group hidden.
|
|
KryptonRibbonGroupLabel ( ) : System |
Initialise a new instance of the KryptonRibbonGroupLabel class.
|
|
Show ( ) : void |
Make the ribbon group visible.
|
Method | Description | |
---|---|---|
OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void |
Handles a change in the property of an attached command.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
Method | Description | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void | ||
ProcessCmdKey ( Message &msg, Keys keyData ) : bool | ||
ShouldSerializeImageLarge ( ) : bool | ||
ShouldSerializeImageSmall ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool |
protected OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void | ||
sender | object | Source of the event. |
e | PropertyChangedEventArgs | A PropertyChangedEventArgs that contains the event data. |
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
return | void |