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

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

Private Properties

프로퍼티 타입 설명
OnDesignTimeAddGroup void
OnDesignTimeContextMenu void
OnRibbonGroupsCleared void
OnRibbonGroupsClearing void
OnRibbonGroupsInserted void
OnRibbonGroupsRemoved void
ProcessCmdKey bool
ResetContextName void
ResetTag void
ShouldSerializeContextName bool
ShouldSerializeTag bool

공개 메소드들

메소드 설명
Hide ( ) : void

Make the ribbon tab hidden.

KryptonRibbonTab ( ) : System

Initialise a new instance of the KryptonRibbonTab class.

Show ( ) : void

Make the ribbon tab visible.

보호된 메소드들

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

Clean up any resources being used.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

비공개 메소드들

메소드 설명
OnDesignTimeAddGroup ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupsCleared ( object sender, EventArgs e ) : void
OnRibbonGroupsClearing ( object sender, EventArgs e ) : void
OnRibbonGroupsInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupsRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ResetContextName ( ) : void

Reset the ContextName to the default value.

ResetTag ( ) : void
ShouldSerializeContextName ( ) : 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 tab hidden.
public Hide ( ) : void
리턴 void

KryptonRibbonTab() 공개 메소드

Initialise a new instance of the KryptonRibbonTab class.
public KryptonRibbonTab ( ) : 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 tab visible.
public Show ( ) : void
리턴 void