C# Class System.Windows.Forms.ToolStripItemCollection

Inheritance: System.Windows.Forms.Layout.ArrangedElementCollection, IList, ICollection, IEnumerable
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
AddNoOwnerOrLayout int
ClearInternal void
Find System.Windows.Forms.ToolStripItem[]
IList bool
IList int
IList void
IList void
IList void
IList void
InsertNoOwnerOrLayout void
RemoveNoOwnerOrLayout void
ToolStripItemCollection System.Drawing
this objectIList.System.Drawing

Méthodes publiques

Méthode Description
Add ( Image image ) : ToolStripItem
Add ( string text ) : ToolStripItem
Add ( string text, Image image ) : ToolStripItem
Add ( string text, Image image, EventHandler onClick ) : ToolStripItem
Add ( ToolStripItem value ) : int
AddRange ( ToolStripItem toolStripItems ) : void
AddRange ( ToolStripItemCollection toolStripItems ) : void
Clear ( ) : void
Contains ( ToolStripItem value ) : bool
ContainsKey ( string key ) : bool
CopyTo ( ToolStripItem array, int index ) : void
IndexOf ( ToolStripItem value ) : int
IndexOfKey ( string key ) : int
Insert ( int index, ToolStripItem value ) : void
Remove ( ToolStripItem value ) : void
RemoveAt ( int index ) : void
RemoveByKey ( string key ) : void
ToolStripItemCollection ( ToolStrip owner, ToolStripItem value ) : System.Drawing
this ( int index ) : ToolStripItem
this ( string key ) : ToolStripItem

Private Methods

Méthode Description
AddNoOwnerOrLayout ( ToolStripItem value ) : int
ClearInternal ( ) : void
Find ( string key, bool searchAllChildren ) : System.Windows.Forms.ToolStripItem[]
IList ( object value ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
InsertNoOwnerOrLayout ( int index, ToolStripItem value ) : void
RemoveNoOwnerOrLayout ( ToolStripItem value ) : void
ToolStripItemCollection ( ToolStrip owner, ToolStripItem value, bool internalcreated ) : System.Drawing
this ( int index ) : objectIList.System.Drawing

Method Details

Add() public méthode

public Add ( Image image ) : ToolStripItem
image System.Drawing.Image
Résultat ToolStripItem

Add() public méthode

public Add ( string text ) : ToolStripItem
text string
Résultat ToolStripItem

Add() public méthode

public Add ( string text, Image image ) : ToolStripItem
text string
image System.Drawing.Image
Résultat ToolStripItem

Add() public méthode

public Add ( string text, Image image, EventHandler onClick ) : ToolStripItem
text string
image System.Drawing.Image
onClick EventHandler
Résultat ToolStripItem

Add() public méthode

public Add ( ToolStripItem value ) : int
value ToolStripItem
Résultat int

AddRange() public méthode

public AddRange ( ToolStripItem toolStripItems ) : void
toolStripItems ToolStripItem
Résultat void

AddRange() public méthode

public AddRange ( ToolStripItemCollection toolStripItems ) : void
toolStripItems ToolStripItemCollection
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( ToolStripItem value ) : bool
value ToolStripItem
Résultat bool

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

CopyTo() public méthode

public CopyTo ( ToolStripItem array, int index ) : void
array ToolStripItem
index int
Résultat void

IndexOf() public méthode

public IndexOf ( ToolStripItem value ) : int
value ToolStripItem
Résultat int

IndexOfKey() public méthode

public IndexOfKey ( string key ) : int
key string
Résultat int

Insert() public méthode

public Insert ( int index, ToolStripItem value ) : void
index int
value ToolStripItem
Résultat void

Remove() public méthode

public Remove ( ToolStripItem value ) : void
value ToolStripItem
Résultat void

RemoveAt() public méthode

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

RemoveByKey() public méthode

public RemoveByKey ( string key ) : void
key string
Résultat void

ToolStripItemCollection() public méthode

public ToolStripItemCollection ( ToolStrip owner, ToolStripItem value ) : System.Drawing
owner ToolStrip
value ToolStripItem
Résultat System.Drawing

this() public méthode

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

this() public méthode

public this ( string key ) : ToolStripItem
key string
Résultat ToolStripItem