C# 클래스 System.Windows.Forms.Menu.MenuItemCollection

상속: IList
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddNoEvents void
IList bool
IList int
IList void
IList void
Insert void
UpdateItem void
UpdateItemsIndices void
this objectIList.System.Collections

공개 메소드들

메소드 설명
Add ( string caption ) : MenuItem
Add ( string caption, EventHandler onClick ) : MenuItem
Add ( string caption, MenuItem items ) : MenuItem
Add ( MenuItem item ) : int
Add ( int index, MenuItem item ) : int
AddRange ( MenuItem items ) : void
Clear ( ) : void
Contains ( MenuItem value ) : bool
ContainsKey ( string key ) : bool
CopyTo ( Array dest, int index ) : void
Find ( string key, bool searchAllChildren ) : System.Windows.Forms.MenuItem[]
GetEnumerator ( ) : IEnumerator
IndexOf ( MenuItem value ) : int
IndexOfKey ( string key ) : int
MenuItemCollection ( Menu owner ) : System.Collections
Remove ( MenuItem item ) : void
RemoveAt ( int index ) : void
RemoveByKey ( string key ) : void
this ( int index ) : MenuItem
this ( string key ) : MenuItem

비공개 메소드들

메소드 설명
AddNoEvents ( MenuItem mi ) : void
IList ( object value ) : bool
IList ( object value ) : int
IList ( int index, object value ) : void
IList ( object value ) : void
Insert ( int index, MenuItem mi ) : void
UpdateItem ( MenuItem mi ) : void
UpdateItemsIndices ( ) : void
this ( int index ) : objectIList.System.Collections

메소드 상세

Add() 공개 메소드

public Add ( string caption ) : MenuItem
caption string
리턴 MenuItem

Add() 공개 메소드

public Add ( string caption, EventHandler onClick ) : MenuItem
caption string
onClick EventHandler
리턴 MenuItem

Add() 공개 메소드

public Add ( string caption, MenuItem items ) : MenuItem
caption string
items MenuItem
리턴 MenuItem

Add() 공개 메소드

public Add ( MenuItem item ) : int
item MenuItem
리턴 int

Add() 공개 메소드

public Add ( int index, MenuItem item ) : int
index int
item MenuItem
리턴 int

AddRange() 공개 메소드

public AddRange ( MenuItem items ) : void
items MenuItem
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

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

ContainsKey() 공개 메소드

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

CopyTo() 공개 메소드

public CopyTo ( Array dest, int index ) : void
dest System.Array
index int
리턴 void

Find() 공개 메소드

public Find ( string key, bool searchAllChildren ) : System.Windows.Forms.MenuItem[]
key string
searchAllChildren bool
리턴 System.Windows.Forms.MenuItem[]

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

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

IndexOfKey() 공개 메소드

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

MenuItemCollection() 공개 메소드

public MenuItemCollection ( Menu owner ) : System.Collections
owner Menu
리턴 System.Collections

Remove() 공개 메소드

public Remove ( MenuItem item ) : void
item MenuItem
리턴 void

RemoveAt() 공개 메소드

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

RemoveByKey() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

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