C# 클래스 ComponentFactory.Krypton.Docking.KryptonAutoHiddenGroup

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

공개 메소드들

메소드 설명
KryptonAutoHiddenGroup ( DockingEdge edge ) : System

Initialize a new instance of the KryptonAutoHiddenGroup class.

RestorePages ( KryptonPage pages ) : void

Convert matching placeholders into actual pages.

StoreAllPages ( ) : void

Convert all pages into store placeholders.

StorePages ( string uniqueNames ) : void

Convert the named pages into store placeholders.

보호된 메소드들

메소드 설명
OnStoringPage ( UniqueNameEventArgs e ) : void

Raises the StoringPage event.

OnTabCountChanged ( EventArgs e ) : void

Raises the TabCountChanged event.

메소드 상세

KryptonAutoHiddenGroup() 공개 메소드

Initialize a new instance of the KryptonAutoHiddenGroup class.
public KryptonAutoHiddenGroup ( DockingEdge edge ) : System
edge DockingEdge
리턴 System

OnStoringPage() 보호된 메소드

Raises the StoringPage event.
protected OnStoringPage ( UniqueNameEventArgs e ) : void
e UniqueNameEventArgs An StorePageEventArgs containing the event data.
리턴 void

OnTabCountChanged() 보호된 메소드

Raises the TabCountChanged event.
protected OnTabCountChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
리턴 void

RestorePages() 공개 메소드

Convert matching placeholders into actual pages.
public RestorePages ( KryptonPage pages ) : void
pages ComponentFactory.Krypton.Navigator.KryptonPage Array of pages to restore.
리턴 void

StoreAllPages() 공개 메소드

Convert all pages into store placeholders.
public StoreAllPages ( ) : void
리턴 void

StorePages() 공개 메소드

Convert the named pages into store placeholders.
public StorePages ( string uniqueNames ) : void
uniqueNames string Array of page names.
리턴 void