C# 클래스 ComponentFactory.Krypton.Navigator.KryptonNavigatorActionList

Designer time action list for the navigator.
상속: System.ComponentModel.Design.DesignerActionList
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
AddPage ( ) : void

Add a new page to the navigator.

ClearPages ( ) : void

Remove all pages from the navigator.

GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Returns the collection of DesignerActionItem objects contained in the list.

KryptonNavigatorActionList ( KryptonNavigatorDesigner owner ) : System

Initialize a new instance of the KryptonNavigatorActionList class.

RemovePage ( ) : void

Remove the current page from the navigator.

비공개 메소드들

메소드 설명
AddBarActions ( System.ComponentModel.Design.DesignerActionItemCollection actions, bool includeBarOrientation, bool checkButton, bool ignore ) : void
AddButtonsActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddConstantActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddGroupActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddHeadersActions ( System.ComponentModel.Design.DesignerActionItemCollection actions, bool includeHeaderPrimary, bool includeHeaderSecondary, bool includeHeaderBar ) : void
AddOutlookActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddPanelActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddStackActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
OnVisibleClick ( object sender, EventArgs e ) : void

메소드 상세

AddPage() 공개 메소드

Add a new page to the navigator.
public AddPage ( ) : void
리턴 void

ClearPages() 공개 메소드

Remove all pages from the navigator.
public ClearPages ( ) : void
리턴 void

GetSortedActionItems() 공개 메소드

Returns the collection of DesignerActionItem objects contained in the list.
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
리턴 System.ComponentModel.Design.DesignerActionItemCollection

KryptonNavigatorActionList() 공개 메소드

Initialize a new instance of the KryptonNavigatorActionList class.
public KryptonNavigatorActionList ( KryptonNavigatorDesigner owner ) : System
owner KryptonNavigatorDesigner Designer that owns this action list instance.
리턴 System

RemovePage() 공개 메소드

Remove the current page from the navigator.
public RemovePage ( ) : void
리턴 void