C# 클래스 ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterColorButton

상속: KryptonRibbonGroupItem
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateView ViewBase
DecideOnVisible void
HookContextMenuEvents void
OnClickMoreColors void
OnClickNoColor void
OnColumnsSelectedColorChanged void
OnColumnsTrackingColor void
OnDesignTimeContextMenu void
OnKryptonContextMenuClosed void
ProcessCmdKey bool
ShouldSerializeImageSmall bool
ShouldSerializeShortcutKeys bool
UpdateContextMenu void
UpdateRecentColors void

공개 메소드들

메소드 설명
ClearRecentColors ( ) : void

Clear the recent colors setting.

Hide ( ) : void

Make the ribbon color button hidden.

KryptonRibbonGroupClusterColorButton ( ) : System

Initialise a new instance of the KryptonRibbonGroupClusterColorButton 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, PropertyChangedEventArgs e ) : void

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 ( ColorEventArgs e ) : void

Raises the TrackingColor event.

비공개 메소드들

메소드 설명
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
DecideOnVisible ( KryptonContextMenuItemBase visible, KryptonContextMenuItemBase target ) : void
HookContextMenuEvents ( KryptonContextMenuCollection collection, bool hook ) : void
OnClickMoreColors ( object sender, EventArgs e ) : void
OnClickNoColor ( object sender, EventArgs e ) : void
OnColumnsSelectedColorChanged ( object sender, ColorEventArgs e ) : void
OnColumnsTrackingColor ( object sender, ColorEventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnKryptonContextMenuClosed ( object sender, EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeImageSmall ( ) : bool
ShouldSerializeShortcutKeys ( ) : bool
UpdateContextMenu ( ) : void
UpdateRecentColors ( Color color ) : void

메소드 상세

ClearRecentColors() 공개 메소드

Clear the recent colors setting.
public ClearRecentColors ( ) : void
리턴 void

Hide() 공개 메소드

Make the ribbon color button hidden.
public Hide ( ) : void
리턴 void

KryptonRibbonGroupClusterColorButton() 공개 메소드

Initialise a new instance of the KryptonRibbonGroupClusterColorButton class.
public KryptonRibbonGroupClusterColorButton ( ) : System
리턴 System

OnClick() 보호된 메소드

Raises the Click event.
protected OnClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
리턴 void

OnCommandPropertyChanged() 보호된 메소드

Handles a change in the property of an attached command.
protected OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs A PropertyChangedEventArgs that contains the event data.
리턴 void

OnDropDown() 보호된 메소드

Raises the DropDown event.
protected OnDropDown ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
리턴 void

OnMoreColors() 보호된 메소드

Raises the MoreColors event.
protected OnMoreColors ( CancelEventArgs e ) : void
e CancelEventArgs An CancelEventArgs that contains the event data.
리턴 void

OnPropertyChanged() 보호된 메소드

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
리턴 void

OnSelectedColorChanged() 보호된 메소드

Raises the SelectedColorChanged event.
protected OnSelectedColorChanged ( Color selectedColor ) : void
selectedColor Color New selected color.
리턴 void

OnTrackingColor() 보호된 메소드

Raises the TrackingColor event.
protected OnTrackingColor ( ColorEventArgs e ) : void
e ComponentFactory.Krypton.Toolkit.ColorEventArgs An ColorEventArgs that contains the event data.
리턴 void

PerformClick() 공개 메소드

Generates a Click event for a button.
public PerformClick ( ) : void
리턴 void

PerformClick() 공개 메소드

Generates a Click event for a button.
public PerformClick ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
리턴 void

PerformDropDown() 공개 메소드

Generates a DropDown event for a button.
public PerformDropDown ( ) : void
리턴 void

PerformDropDown() 공개 메소드

Generates a DropDown event for a button.
public PerformDropDown ( EventHandler finishDelegate ) : void
finishDelegate EventHandler Delegate fired during event processing.
리턴 void

ResetShortcutKeys() 공개 메소드

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
리턴 void

Show() 공개 메소드

Make the ribbon color button visible.
public Show ( ) : void
리턴 void