Property | Type | Description | |
---|---|---|---|
CreateView | ViewBase | ||
OnDesignTimeContextMenu | void | ||
OnKryptonContextMenuClosed | void | ||
ProcessCmdKey | bool | ||
ShouldSerializeImageSmall | bool | ||
ShouldSerializeShortcutKeys | bool |
Method | Description | |
---|---|---|
Hide ( ) : void |
Make the ribbon group hidden.
|
|
KryptonRibbonGroupClusterButton ( ) : System |
Initialise a new instance of the KryptonRibbonGroupClusterButton class.
|
|
PerformClick ( ) : void |
Generates a Click event for a button.
|
|
PerformClick ( EventHandler finishDelegate ) : void |
Generates a Click event for a button.
|
|
PerformDropDown ( ) : void |
Generates a DropDown event for a button.
|
|
PerformDropDown ( EventHandler finishDelegate ) : void |
Generates a DropDown event for a button.
|
|
ResetShortcutKeys ( ) : void |
Resets the ShortcutKeys property to its default value.
|
|
Show ( ) : void |
Make the ribbon group visible.
|
Method | Description | |
---|---|---|
OnClick ( EventHandler finishDelegate ) : void |
Raises the Click event.
|
|
OnCommandPropertyChanged ( object sender, |
Handles a change in the property of an attached command.
|
|
OnDropDown ( EventHandler finishDelegate ) : void |
Raises the DropDown event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
Method | Description | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnKryptonContextMenuClosed ( object sender, |
||
ProcessCmdKey ( |
||
ShouldSerializeImageSmall ( ) : bool | ||
ShouldSerializeShortcutKeys ( ) : bool |
public KryptonRibbonGroupClusterButton ( ) : System | ||
return | System |
protected OnClick ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
return | void |
protected OnCommandPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | A PropertyChangedEventArgs that contains the event data. | |
return | void |
protected OnDropDown ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
return | void |
public PerformClick ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
return | void |
public PerformDropDown ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
return | void |