C# 클래스 System.Windows.Forms.ToolStripItemCollection

상속: System.Windows.Forms.Layout.ArrangedElementCollection, IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( Image image ) : ToolStripItem
image System.Drawing.Image
리턴 ToolStripItem

Add() 공개 메소드

public Add ( string text ) : ToolStripItem
text string
리턴 ToolStripItem

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

public Add ( ToolStripItem value ) : int
value ToolStripItem
리턴 int

AddRange() 공개 메소드

public AddRange ( ToolStripItem toolStripItems ) : void
toolStripItems ToolStripItem
리턴 void

AddRange() 공개 메소드

public AddRange ( ToolStripItemCollection toolStripItems ) : void
toolStripItems ToolStripItemCollection
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( ToolStripItem value ) : bool
value ToolStripItem
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( ToolStripItem array, int index ) : void
array ToolStripItem
index int
리턴 void

IndexOf() 공개 메소드

public IndexOf ( ToolStripItem value ) : int
value ToolStripItem
리턴 int

IndexOfKey() 공개 메소드

public IndexOfKey ( string key ) : int
key string
리턴 int

Insert() 공개 메소드

public Insert ( int index, ToolStripItem value ) : void
index int
value ToolStripItem
리턴 void

Remove() 공개 메소드

public Remove ( ToolStripItem value ) : void
value ToolStripItem
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RemoveByKey() 공개 메소드

public RemoveByKey ( string key ) : void
key string
리턴 void

ToolStripItemCollection() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : ToolStripItem
index int
리턴 ToolStripItem

this() 공개 메소드

public this ( string key ) : ToolStripItem
key string
리턴 ToolStripItem