Свойство | Тип | Описание | |
---|---|---|---|
AddNoEvents | void | ||
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
Insert | void | ||
UpdateItem | void | ||
UpdateItemsIndices | void | ||
this | objectIList.System.Collections |
Метод | Описание | |
---|---|---|
Add ( string caption ) : |
||
Add ( string caption, EventHandler onClick ) : |
||
Add ( string caption, |
||
Add ( |
||
Add ( int index, |
||
AddRange ( |
||
Clear ( ) : void | ||
Contains ( |
||
ContainsKey ( string key ) : bool | ||
CopyTo ( |
||
Find ( string key, bool searchAllChildren ) : System.Windows.Forms.MenuItem[] | ||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( |
||
IndexOfKey ( string key ) : int | ||
MenuItemCollection ( |
||
Remove ( |
||
RemoveAt ( int index ) : void | ||
RemoveByKey ( string key ) : void | ||
this ( int index ) : |
||
this ( string key ) : |
Метод | Описание | |
---|---|---|
AddNoEvents ( |
||
IList ( object value ) : bool | ||
IList ( object value ) : int | ||
IList ( int index, object value ) : void | ||
IList ( object value ) : void | ||
Insert ( int index, |
||
UpdateItem ( |
||
UpdateItemsIndices ( ) : void | ||
this ( int index ) : objectIList.System.Collections |
public Add ( string caption, EventHandler onClick ) : |
||
caption | string | |
onClick | EventHandler | |
Результат |
public Add ( string caption, |
||
caption | string | |
items | ||
Результат |
public Add ( int index, |
||
index | int | |
item | ||
Результат | int |
public CopyTo ( |
||
dest | ||
index | int | |
Результат | void |
public Find ( string key, bool searchAllChildren ) : System.Windows.Forms.MenuItem[] | ||
key | string | |
searchAllChildren | bool | |
Результат | System.Windows.Forms.MenuItem[] |
public MenuItemCollection ( |
||
owner | ||
Результат | System.Collections |