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

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

공개 메소드들

메소드 설명
KryptonDockableNavigator ( ) : System

Initialize a new instance of the KryptonDockableNavigator class.

보호된 메소드들

메소드 설명
OnCellPageInserting ( KryptonPageEventArgs e ) : void

Raises the CellPageInserting event.

OnPageDropDownClicked ( CancelDropDownEventArgs e ) : void

Raises the PageDropDownClicked event.

비공개 메소드들

메소드 설명
OnPagesInserting ( object sender, TypedCollectionEventArgs e ) : void
OnShowContextMenu ( object sender, ShowContextMenuArgs e ) : void

메소드 상세

KryptonDockableNavigator() 공개 메소드

Initialize a new instance of the KryptonDockableNavigator class.
public KryptonDockableNavigator ( ) : System
리턴 System

OnCellPageInserting() 보호된 메소드

Raises the CellPageInserting event.
protected OnCellPageInserting ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs An KryptonPageEventArgs containing the event data.
리턴 void

OnPageDropDownClicked() 보호된 메소드

Raises the PageDropDownClicked event.
protected OnPageDropDownClicked ( CancelDropDownEventArgs e ) : void
e CancelDropDownEventArgs An CancelDropDownEventArgs containing the event data.
리턴 void