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

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

Private Properties

프로퍼티 타입 설명
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 ( Control c ) : void
OnCustomControlEnter ( object sender, EventArgs e ) : void
OnCustomControlLeave ( object sender, EventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeShortcutKeys ( ) : bool
UnmonitorControl ( Control c ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Hide() 공개 메소드

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

KryptonRibbonGroupCustomControl() 공개 메소드

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

OnPropertyChanged() 보호된 메소드

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

ResetShortcutKeys() 공개 메소드

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

Show() 공개 메소드

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