C# Class Longkong.WinFormsUI.FloatWindowCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Datei anzeigen Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

Method Description
Contains ( FloatWindow fw ) : bool
IndexOf ( FloatWindow fw ) : int
this ( int index ) : FloatWindow

Private Methods

Method Description
Add ( FloatWindow fw ) : int
BringWindowToFront ( FloatWindow fw ) : void
Dispose ( ) : void
FloatWindowCollection ( ) : System
Remove ( FloatWindow fw ) : void

Method Details

Contains() public method

public Contains ( FloatWindow fw ) : bool
fw FloatWindow
return bool

IndexOf() public method

public IndexOf ( FloatWindow fw ) : int
fw FloatWindow
return int

this() public method

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