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

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

공개 메소드들

메소드 설명
AppendAutoHiddenGroup ( ) : KryptonDockingAutoHiddenGroup

Create and add a new auto hidden group instance to the correct edge of the owning control.

AppendAutoHiddenGroup ( string name ) : KryptonDockingAutoHiddenGroup

Create and add a new auto hidden group instance to the correct edge of the owning control.

FindDockingEdgeAutoHidden ( string uniqueName ) : KryptonDockingEdgeAutoHidden

Find a edge auto hidden element by searching the hierarchy.

InsertAutoHiddenGroup ( int index ) : KryptonDockingAutoHiddenGroup

Create and insert a new auto hidden group instance to the correct edge of the owning control.

InsertAutoHiddenGroup ( int index, string name ) : KryptonDockingAutoHiddenGroup

Create and insert a new auto hidden group instance to the correct edge of the owning control.

KryptonDockingEdgeAutoHidden ( string name, Control control, DockingEdge edge ) : System

Initialize a new instance of the KryptonDockingEdgeAutoHidden class.

PropogateAction ( DockingPropogateAction action, KryptonPage pages ) : void

Propogates an action request down the hierarchy of docking elements.

PropogateAction ( DockingPropogateAction action, string uniqueNames ) : void

Propogates an action request down the hierarchy of docking elements.

SlidePageOut ( KryptonPage page, bool select ) : void

Slide the specified page into view and optionally select.

SlidePageOut ( string uniqueName, bool select ) : void

Slide the specified page into view and optionally select.

보호된 메소드들

메소드 설명
LoadChildDockingElement ( XmlReader xmlReader, KryptonPageCollection pages, IDockingElement child ) : void

Perform docking element specific actions for loading a child xml.

비공개 메소드들

메소드 설명
CreateAndInsertAutoHiddenGroup ( int index, string name ) : KryptonDockingAutoHiddenGroup
FindMovementRect ( Rectangle moveRect ) : Rectangle
OnDockingAutoHiddenGroupClicked ( object sender, KryptonPageEventArgs e ) : void
OnDockingAutoHiddenGroupDisposed ( object sender, EventArgs e ) : void
OnDockingAutoHiddenGroupHoverEnd ( object sender, EventArgs e ) : void
OnDockingAutoHiddenGroupHoverStart ( object sender, KryptonPageEventArgs e ) : void
OnPanelDisposed ( object sender, EventArgs e ) : void
OnSlidePanelAutoHiddenShowingStateChanged ( object sender, AutoHiddenShowingStateEventArgs e ) : void
OnSlidePanelDisposed ( object sender, EventArgs e ) : void
OnSlidePanelPageAutoHiddenClicked ( object sender, UniqueNameEventArgs e ) : void
OnSlidePanelPageCloseClicked ( object sender, UniqueNameEventArgs e ) : void
OnSlidePanelPageDropDownClicked ( object sender, CancelDropDownEventArgs e ) : void
OnSlidePanelSeparatorMoveRect ( object sender, SplitterMoveRectMenuArgs e ) : void
OnSlidePanelSeparatorMoved ( object sender, System.Windows.Forms.SplitterEventArgs e ) : void
OnSlidePanelSeparatorMoving ( object sender, System.Windows.Forms.SplitterCancelEventArgs e ) : void

메소드 상세

AppendAutoHiddenGroup() 공개 메소드

Create and add a new auto hidden group instance to the correct edge of the owning control.
public AppendAutoHiddenGroup ( ) : KryptonDockingAutoHiddenGroup
리턴 KryptonDockingAutoHiddenGroup

AppendAutoHiddenGroup() 공개 메소드

Create and add a new auto hidden group instance to the correct edge of the owning control.
public AppendAutoHiddenGroup ( string name ) : KryptonDockingAutoHiddenGroup
name string Initial name of the group element.
리턴 KryptonDockingAutoHiddenGroup

FindDockingEdgeAutoHidden() 공개 메소드

Find a edge auto hidden element by searching the hierarchy.
public FindDockingEdgeAutoHidden ( string uniqueName ) : KryptonDockingEdgeAutoHidden
uniqueName string Named page for which a suitable auto hidden edge element is required.
리턴 KryptonDockingEdgeAutoHidden

InsertAutoHiddenGroup() 공개 메소드

Create and insert a new auto hidden group instance to the correct edge of the owning control.
public InsertAutoHiddenGroup ( int index ) : KryptonDockingAutoHiddenGroup
index int Insertion index.
리턴 KryptonDockingAutoHiddenGroup

InsertAutoHiddenGroup() 공개 메소드

Create and insert a new auto hidden group instance to the correct edge of the owning control.
public InsertAutoHiddenGroup ( int index, string name ) : KryptonDockingAutoHiddenGroup
index int Insertion index.
name string Initial name of the group element.
리턴 KryptonDockingAutoHiddenGroup

KryptonDockingEdgeAutoHidden() 공개 메소드

Initialize a new instance of the KryptonDockingEdgeAutoHidden class.
public KryptonDockingEdgeAutoHidden ( string name, Control control, DockingEdge edge ) : System
name string Initial name of the element.
control System.Windows.Forms.Control Reference to control that is being managed.
edge DockingEdge Docking edge being managed.
리턴 System

LoadChildDockingElement() 보호된 메소드

Perform docking element specific actions for loading a child xml.
protected LoadChildDockingElement ( XmlReader xmlReader, KryptonPageCollection pages, IDockingElement child ) : void
xmlReader XmlReader Xml reader object.
pages KryptonPageCollection Collection of available pages.
child IDockingElement Optional reference to existing child docking element.
리턴 void

PropogateAction() 공개 메소드

Propogates an action request down the hierarchy of docking elements.
public PropogateAction ( DockingPropogateAction action, KryptonPage pages ) : void
action DockingPropogateAction Action that is requested to be performed.
pages ComponentFactory.Krypton.Navigator.KryptonPage Array of pages the action relates to.
리턴 void

PropogateAction() 공개 메소드

Propogates an action request down the hierarchy of docking elements.
public PropogateAction ( DockingPropogateAction action, string uniqueNames ) : void
action DockingPropogateAction Action that is requested to be performed.
uniqueNames string Array of unique names of the pages the action relates to.
리턴 void

SlidePageOut() 공개 메소드

Slide the specified page into view and optionally select.
public SlidePageOut ( KryptonPage page, bool select ) : void
page ComponentFactory.Krypton.Navigator.KryptonPage Page to slide into view.
select bool True to select the page; otherwise false.
리턴 void

SlidePageOut() 공개 메소드

Slide the specified page into view and optionally select.
public SlidePageOut ( string uniqueName, bool select ) : void
uniqueName string Name of page to slide into view.
select bool True to select the page; otherwise false.
리턴 void