프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateView | ViewBase | ||
DecideOnVisible | void | ||
HookContextMenuEvents | void | ||
OnClickMoreColors | void | ||
OnClickNoColor | void | ||
OnColumnsSelectedColorChanged | void | ||
OnColumnsTrackingColor | void | ||
OnDesignTimeContextMenu | void | ||
OnKryptonContextMenuClosed | void | ||
ProcessCmdKey | bool | ||
ShouldSerializeImageLarge | bool | ||
ShouldSerializeImageSmall | bool | ||
ShouldSerializeShortcutKeys | bool | ||
UpdateContextMenu | void | ||
UpdateRecentColors | void |
메소드 | 설명 | |
---|---|---|
ClearRecentColors ( ) : void |
Clear the recent colors setting.
|
|
Hide ( ) : void |
Make the ribbon color button hidden.
|
|
KryptonRibbonGroupColorButton ( ) : System |
Initialise a new instance of the KryptonRibbonGroupColorButton 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 color button visible.
|
메소드 | 설명 | |
---|---|---|
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.
|
|
OnMoreColors ( CancelEventArgs e ) : void |
Raises the MoreColors event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
|
OnSelectedColorChanged ( Color selectedColor ) : void |
Raises the SelectedColorChanged event.
|
|
OnTrackingColor ( |
Raises the TrackingColor event.
|
메소드 | 설명 | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
DecideOnVisible ( |
||
HookContextMenuEvents ( KryptonContextMenuCollection collection, bool hook ) : void | ||
OnClickMoreColors ( object sender, |
||
OnClickNoColor ( object sender, |
||
OnColumnsSelectedColorChanged ( object sender, |
||
OnColumnsTrackingColor ( object sender, |
||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnKryptonContextMenuClosed ( object sender, |
||
ProcessCmdKey ( |
||
ShouldSerializeImageLarge ( ) : bool | ||
ShouldSerializeImageSmall ( ) : bool | ||
ShouldSerializeShortcutKeys ( ) : bool | ||
UpdateContextMenu ( ) : void | ||
UpdateRecentColors ( Color color ) : void |
protected OnClick ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
리턴 | void |
protected OnCommandPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | A PropertyChangedEventArgs that contains the event data. | |
리턴 | void |
protected OnDropDown ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
리턴 | void |
protected OnMoreColors ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | An CancelEventArgs that contains the event data. |
리턴 | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
리턴 | void |
protected OnSelectedColorChanged ( Color selectedColor ) : void | ||
selectedColor | Color | New selected color. |
리턴 | void |
protected OnTrackingColor ( |
||
e | An ColorEventArgs that contains the event data. | |
리턴 | void |
public PerformClick ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
리턴 | void |
public PerformDropDown ( EventHandler finishDelegate ) : void | ||
finishDelegate | EventHandler | Delegate fired during event processing. |
리턴 | void |