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

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

Private Properties

프로퍼티 타입 설명
CreateView ViewBase
OnDesignTimeContextMenu void
OnPaletteNeedPaint void
ProcessCmdKey bool
ShouldSerializeImageLarge bool
ShouldSerializeImageSmall bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

공개 메소드들

메소드 설명
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupLabel ( ) : System

Initialise a new instance of the KryptonRibbonGroupLabel class.

Show ( ) : void

Make the ribbon group visible.

보호된 메소드들

메소드 설명
OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a change in the property of an attached command.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

비공개 메소드들

메소드 설명
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

메소드 상세

Hide() 공개 메소드

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

KryptonRibbonGroupLabel() 공개 메소드

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

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 PropertyChangedEventArgs A PropertyChangedEventArgs 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

Show() 공개 메소드

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