C# Class Longkong.WinFormsUI.AutoHidePaneCollection

Inheritance: IEnumerable
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Свойство Type Description
AutoHidePaneCollection System

Méthodes publiques

Méthode 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

Méthode Description
AutoHidePaneCollection ( DockPanel panel, DockState dockState ) : System

Method Details

Contains() public méthode

public Contains ( AutoHidePane autoHidePane ) : bool
autoHidePane AutoHidePane
Résultat bool

Contains() public méthode

public Contains ( DockPane pane ) : bool
pane DockPane
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( AutoHidePane autoHidePane ) : int
autoHidePane AutoHidePane
Résultat int

IndexOf() public méthode

public IndexOf ( DockPane pane ) : int
pane DockPane
Résultat int

this() public méthode

public this ( int index ) : AutoHidePane
index int
Résultat AutoHidePane