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

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

Private Properties

프로퍼티 타입 설명
OnDesignTimeAddGallery void
OnDesignTimeAddLines void
OnDesignTimeAddSeparator void
OnDesignTimeAddTriple void
OnDesignTimeContextMenu void
OnRibbonGroupItemsCleared void
OnRibbonGroupItemsClearing void
OnRibbonGroupItemsInserted void
OnRibbonGroupItemsRemoved void
ProcessCmdKey bool
ResetTag void
ShouldSerializeImage bool
ShouldSerializeTag bool

공개 메소드들

메소드 설명
Hide ( ) : void

Make the ribbon group hidden.

KryptonRibbonGroup ( ) : System

Initialise a new instance of the KryptonRibbonTab class.

Show ( ) : void

Make the ribbon group visible.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDialogBoxLauncherClick ( EventArgs e ) : void

Raises the DialogBoxLauncherClick event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

비공개 메소드들

메소드 설명
OnDesignTimeAddGallery ( ) : void
OnDesignTimeAddLines ( ) : void
OnDesignTimeAddSeparator ( ) : void
OnDesignTimeAddTriple ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupItemsCleared ( object sender, EventArgs e ) : void
OnRibbonGroupItemsClearing ( object sender, EventArgs e ) : void
OnRibbonGroupItemsInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupItemsRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ResetTag ( ) : void
ShouldSerializeImage ( ) : bool
ShouldSerializeTag ( ) : bool

메소드 상세

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

KryptonRibbonGroup() 공개 메소드

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

OnDialogBoxLauncherClick() 보호된 메소드

Raises the DialogBoxLauncherClick event.
protected OnDialogBoxLauncherClick ( EventArgs e ) : void
e System.EventArgs An EventArgs containing 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