C# Class Longkong.WinFormsUI.AutoHidePaneCollection

Inheritance: IEnumerable
显示文件 Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Property Type Description
AutoHidePaneCollection System

Public Methods

Method Description
Contains ( AutoHidePane autoHidePane ) : bool
Contains ( DockPane pane ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( AutoHidePane autoHidePane ) : int
IndexOf ( DockPane pane ) : int
this ( int index ) : AutoHidePane

Private Methods

Method Description
AutoHidePaneCollection ( DockPanel panel, DockState dockState ) : System

Method Details

Contains() public method

public Contains ( AutoHidePane autoHidePane ) : bool
autoHidePane AutoHidePane
return bool

Contains() public method

public Contains ( DockPane pane ) : bool
pane DockPane
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( AutoHidePane autoHidePane ) : int
autoHidePane AutoHidePane
return int

IndexOf() public method

public IndexOf ( DockPane pane ) : int
pane DockPane
return int

this() public method

public this ( int index ) : AutoHidePane
index int
return AutoHidePane