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

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

Private Properties

프로퍼티 타입 설명
CreateView ViewBase
ItemGap int
OnDesignTimeAddButton void
OnDesignTimeAddColorButton void
OnDesignTimeContextMenu void
OnRibbonGroupClusterCleared void
OnRibbonGroupClusterClearing void
OnRibbonGroupClusterInserted void
OnRibbonGroupClusterRemoved void
ProcessCmdKey bool

공개 메소드들

메소드 설명
GetChildComponents ( ) : System.ComponentModel.Component[]

Gets an array of all the contained components.

Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroupCluster ( ) : System

Initialise a new instance of the KryptonRibbonGroupCluster class.

Show ( ) : void

Make the ribbon group visible.

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

비공개 메소드들

메소드 설명
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
ItemGap ( IRibbonGroupItem previousItem ) : int
OnDesignTimeAddButton ( ) : void
OnDesignTimeAddColorButton ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupClusterCleared ( object sender, EventArgs e ) : void
OnRibbonGroupClusterClearing ( object sender, EventArgs e ) : void
OnRibbonGroupClusterInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupClusterRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

메소드 상세

GetChildComponents() 공개 메소드

Gets an array of all the contained components.
public GetChildComponents ( ) : System.ComponentModel.Component[]
리턴 System.ComponentModel.Component[]

Hide() 공개 메소드

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

KryptonRibbonGroupCluster() 공개 메소드

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

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