C# Class Pabo.MozBar.MozPane.MozItemCollection

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

Public Methods

Method 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 method

public Add ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
return void

Add() public method

public Add ( MozItemCollection mozItems ) : void
mozItems MozItemCollection
return void

AddRange() public method

public AddRange ( Pabo.MozBar.MozItem mozItems ) : void
mozItems Pabo.MozBar.MozItem
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( Control control ) : bool
control System.Windows.Forms.Control
return bool

Contains() public method

public Contains ( Pabo.MozBar.MozItem mozItem ) : bool
mozItem Pabo.MozBar.MozItem
return bool

IndexOf() public method

public IndexOf ( Pabo.MozBar.MozItem mozItem ) : int
mozItem Pabo.MozBar.MozItem
return int

Move() public method

public Move ( Pabo.MozBar.MozItem value, int index ) : void
value Pabo.MozBar.MozItem
index int
return void

MoveToBottom() public method

public MoveToBottom ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
return void

MoveToTop() public method

public MoveToTop ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
return void

MozItemCollection() public method

public MozItemCollection ( MozPane owner ) : System
owner MozPane
return System

MozItemCollection() public method

public MozItemCollection ( MozPane owner, MozItemCollection mozItems ) : System
owner MozPane
mozItems MozItemCollection
return System

Remove() public method

public Remove ( Pabo.MozBar.MozItem value ) : void
value Pabo.MozBar.MozItem
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : Pabo.MozBar.MozItem
index int
return Pabo.MozBar.MozItem