C# Class System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection

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
IList bool
IList int

Méthodes publiques

Méthode Description
Add ( System.Windows.Forms.ToolStripPanelRow value ) : int
AddRange ( System.Windows.Forms.ToolStripPanelRow value ) : void
AddRange ( ToolStripPanelRowCollection value ) : void
Clear ( ) : void
Contains ( System.Windows.Forms.ToolStripPanelRow value ) : bool
CopyTo ( System.Windows.Forms.ToolStripPanelRow array, int index ) : void
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
IndexOf ( System.Windows.Forms.ToolStripPanelRow value ) : int
Insert ( int index, System.Windows.Forms.ToolStripPanelRow value ) : void
Remove ( System.Windows.Forms.ToolStripPanelRow value ) : void
RemoveAt ( int index ) : void
ToolStripPanelRowCollection ( ToolStripPanel owner ) : System.Collections
ToolStripPanelRowCollection ( ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow value ) : System.Collections
this ( int index ) : System.Windows.Forms.ToolStripPanelRow
this ( int index ) : objectIList.System.Collections

Private Methods

Méthode Description
IList ( object value ) : bool
IList ( object value ) : int

Method Details

Add() public méthode

public Add ( System.Windows.Forms.ToolStripPanelRow value ) : int
value System.Windows.Forms.ToolStripPanelRow
Résultat int

AddRange() public méthode

public AddRange ( System.Windows.Forms.ToolStripPanelRow value ) : void
value System.Windows.Forms.ToolStripPanelRow
Résultat void

AddRange() public méthode

public AddRange ( ToolStripPanelRowCollection value ) : void
value ToolStripPanelRowCollection
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( System.Windows.Forms.ToolStripPanelRow value ) : bool
value System.Windows.Forms.ToolStripPanelRow
Résultat bool

CopyTo() public méthode

public CopyTo ( System.Windows.Forms.ToolStripPanelRow array, int index ) : void
array System.Windows.Forms.ToolStripPanelRow
index int
Résultat void

IList() public méthode

public IList ( ) : void
Résultat void

IList() public méthode

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

IList() public méthode

public IList ( int index, object value ) : void
index int
value object
Résultat void

IList() public méthode

public IList ( object value ) : void
value object
Résultat void

IndexOf() public méthode

public IndexOf ( System.Windows.Forms.ToolStripPanelRow value ) : int
value System.Windows.Forms.ToolStripPanelRow
Résultat int

Insert() public méthode

public Insert ( int index, System.Windows.Forms.ToolStripPanelRow value ) : void
index int
value System.Windows.Forms.ToolStripPanelRow
Résultat void

Remove() public méthode

public Remove ( System.Windows.Forms.ToolStripPanelRow value ) : void
value System.Windows.Forms.ToolStripPanelRow
Résultat void

RemoveAt() public méthode

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

ToolStripPanelRowCollection() public méthode

public ToolStripPanelRowCollection ( ToolStripPanel owner ) : System.Collections
owner ToolStripPanel
Résultat System.Collections

ToolStripPanelRowCollection() public méthode

public ToolStripPanelRowCollection ( ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow value ) : System.Collections
owner ToolStripPanel
value System.Windows.Forms.ToolStripPanelRow
Résultat System.Collections

this() public méthode

public this ( int index ) : System.Windows.Forms.ToolStripPanelRow
index int
Résultat System.Windows.Forms.ToolStripPanelRow

this() public méthode

public this ( int index ) : objectIList.System.Collections
index int
Résultat objectIList.System.Collections