C# Class Pabo.MozBar.MozPane.MozItemCollection

Represents a collection of MozItem objects
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Pabo.MozBar.MozItem value ) : void
Add ( MozItemCollection mozItems ) : void
AddRange ( Pabo.MozBar.MozItem mozItems ) : void
Clear ( ) : void
Contains ( Control control ) : bool
Contains ( Pabo.MozBar.MozItem mozItem ) : bool
IndexOf ( Pabo.MozBar.MozItem mozItem ) : int
Move ( Pabo.MozBar.MozItem value, int index ) : void
MoveToBottom ( Pabo.MozBar.MozItem value ) : void
MoveToTop ( Pabo.MozBar.MozItem value ) : void
MozItemCollection ( MozPane owner ) : System
MozItemCollection ( MozPane owner, MozItemCollection mozItems ) : System
Remove ( Pabo.MozBar.MozItem value ) : void
RemoveAt ( int index ) : void
this ( int index ) : Pabo.MozBar.MozItem

Method Details

Add() public méthode

public Add ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
Résultat void

Add() public méthode

public Add ( MozItemCollection mozItems ) : void
mozItems MozItemCollection
Résultat void

AddRange() public méthode

public AddRange ( Pabo.MozBar.MozItem mozItems ) : void
mozItems Pabo.MozBar.MozItem
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( Control control ) : bool
control System.Windows.Forms.Control
Résultat bool

Contains() public méthode

public Contains ( Pabo.MozBar.MozItem mozItem ) : bool
mozItem Pabo.MozBar.MozItem
Résultat bool

IndexOf() public méthode

public IndexOf ( Pabo.MozBar.MozItem mozItem ) : int
mozItem Pabo.MozBar.MozItem
Résultat int

Move() public méthode

public Move ( Pabo.MozBar.MozItem value, int index ) : void
value Pabo.MozBar.MozItem
index int
Résultat void

MoveToBottom() public méthode

public MoveToBottom ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
Résultat void

MoveToTop() public méthode

public MoveToTop ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
Résultat void

MozItemCollection() public méthode

public MozItemCollection ( MozPane owner ) : System
owner MozPane
Résultat System

MozItemCollection() public méthode

public MozItemCollection ( MozPane owner, MozItemCollection mozItems ) : System
owner MozPane
mozItems MozItemCollection
Résultat System

Remove() public méthode

public Remove ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : Pabo.MozBar.MozItem
index int
Résultat Pabo.MozBar.MozItem