Method | Description | |
---|---|---|
Add ( |
||
Contains ( |
||
CountVisible ( ) : int | ||
GetItemAtPoint ( Point point ) : |
||
IndexOf ( |
||
Insert ( int index, |
||
Remove ( |
||
this ( int key ) : |
||
this ( string key ) : |
Method | Description | |
---|---|---|
OnValidate ( object value ) : void |
Method | Description | |
---|---|---|
AddRange ( |
||
ExplorerBarButtonCollection ( |
public Add ( |
||
item | ||
return |
public Contains ( |
||
item | ||
return | bool |
public GetItemAtPoint ( Point point ) : |
||
point | Point | |
return |
public IndexOf ( |
||
item | ||
return | int |
public Insert ( int index, |
||
index | int | |
item | ||
return | void |
public Remove ( |
||
item | ||
return | void |
public this ( string key ) : |
||
key | string | |
return |