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

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

Private Properties

Property Type Description
IList bool
IList int

Public Methods

Method 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

Method Description
IList ( object value ) : bool
IList ( object value ) : int

Method Details

Add() public method

public Add ( System.Windows.Forms.ToolStripPanelRow value ) : int
value System.Windows.Forms.ToolStripPanelRow
return int

AddRange() public method

public AddRange ( System.Windows.Forms.ToolStripPanelRow value ) : void
value System.Windows.Forms.ToolStripPanelRow
return void

AddRange() public method

public AddRange ( ToolStripPanelRowCollection value ) : void
value ToolStripPanelRowCollection
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( System.Windows.Forms.ToolStripPanelRow value ) : bool
value System.Windows.Forms.ToolStripPanelRow
return bool

CopyTo() public method

public CopyTo ( System.Windows.Forms.ToolStripPanelRow array, int index ) : void
array System.Windows.Forms.ToolStripPanelRow
index int
return void

IList() public method

public IList ( ) : void
return void

IList() public method

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

IList() public method

public IList ( int index, object value ) : void
index int
value object
return void

IList() public method

public IList ( object value ) : void
value object
return void

IndexOf() public method

public IndexOf ( System.Windows.Forms.ToolStripPanelRow value ) : int
value System.Windows.Forms.ToolStripPanelRow
return int

Insert() public method

public Insert ( int index, System.Windows.Forms.ToolStripPanelRow value ) : void
index int
value System.Windows.Forms.ToolStripPanelRow
return void

Remove() public method

public Remove ( System.Windows.Forms.ToolStripPanelRow value ) : void
value System.Windows.Forms.ToolStripPanelRow
return void

RemoveAt() public method

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

ToolStripPanelRowCollection() public method

public ToolStripPanelRowCollection ( ToolStripPanel owner ) : System.Collections
owner ToolStripPanel
return System.Collections

ToolStripPanelRowCollection() public method

public ToolStripPanelRowCollection ( ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow value ) : System.Collections
owner ToolStripPanel
value System.Windows.Forms.ToolStripPanelRow
return System.Collections

this() public method

public this ( int index ) : System.Windows.Forms.ToolStripPanelRow
index int
return System.Windows.Forms.ToolStripPanelRow

this() public method

public this ( int index ) : objectIList.System.Collections
index int
return objectIList.System.Collections