Method | Description | |
---|---|---|
Add ( String key, Object value ) : void | ||
Clear ( ) : void | ||
Remove ( String key ) : void | ||
Remove ( int index ) : void | ||
bringToFront ( String key ) : void | ||
cReportPaintObjects ( ) : System | ||
cReportPaintObjects ( IDictionary d, System.Boolean bReadOnly ) : System | ||
clear ( ) : void | ||
count ( ) : int | ||
getNextKeyForZOrder ( int index ) : String | ||
getNextPaintObjForZOrder ( int index ) : |
||
getZOrderForKey ( String key ) : int | ||
item ( String key ) : |
||
item ( int index ) : |
||
remove ( String key ) : void | ||
remove ( int index ) : void | ||
sendToBack ( String key ) : void | ||
this ( int index ) : DictionaryEntry | ||
this ( String key ) : Object | ||
zorder ( String key, bool top ) : void |
Method | Description | |
---|---|---|
add ( |
||
removeZOrder ( String sKey ) : void |
public Add ( String key, Object value ) : void | ||
key | String | |
value | Object | |
return | void |
public cReportPaintObjects ( IDictionary d, System.Boolean bReadOnly ) : System | ||
d | IDictionary | |
bReadOnly | System.Boolean | |
return | System |
public getNextKeyForZOrder ( int index ) : String | ||
index | int | |
return | String |
public getNextPaintObjForZOrder ( int index ) : |
||
index | int | |
return |
public item ( String key ) : |
||
key | String | |
return |
public item ( int index ) : |
||
index | int | |
return |
public zorder ( String key, bool top ) : void | ||
key | String | |
top | bool | |
return | void |