C# Class System.Windows.Forms.ToolStripItemCollection

Inheritance: System.Windows.Forms.Layout.ArrangedElementCollection, IList, ICollection, IEnumerable
ファイルを表示 Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

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

public Add ( Image image ) : ToolStripItem
image System.Drawing.Image
return ToolStripItem

Add() public method

public Add ( string text ) : ToolStripItem
text string
return ToolStripItem

Add() public method

public Add ( string text, Image image ) : ToolStripItem
text string
image System.Drawing.Image
return ToolStripItem

Add() public method

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

Add() public method

public Add ( ToolStripItem value ) : int
value ToolStripItem
return int

AddRange() public method

public AddRange ( ToolStripItem toolStripItems ) : void
toolStripItems ToolStripItem
return void

AddRange() public method

public AddRange ( ToolStripItemCollection toolStripItems ) : void
toolStripItems ToolStripItemCollection
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( ToolStripItem value ) : bool
value ToolStripItem
return bool

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

CopyTo() public method

public CopyTo ( ToolStripItem array, int index ) : void
array ToolStripItem
index int
return void

IndexOf() public method

public IndexOf ( ToolStripItem value ) : int
value ToolStripItem
return int

IndexOfKey() public method

public IndexOfKey ( string key ) : int
key string
return int

Insert() public method

public Insert ( int index, ToolStripItem value ) : void
index int
value ToolStripItem
return void

Remove() public method

public Remove ( ToolStripItem value ) : void
value ToolStripItem
return void

RemoveAt() public method

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

RemoveByKey() public method

public RemoveByKey ( string key ) : void
key string
return void

ToolStripItemCollection() public method

public ToolStripItemCollection ( ToolStrip owner, ToolStripItem value ) : System.Drawing
owner ToolStrip
value ToolStripItem
return System.Drawing

this() public method

public this ( int index ) : ToolStripItem
index int
return ToolStripItem

this() public method

public this ( string key ) : ToolStripItem
key string
return ToolStripItem