|
MapGuide API Reference
|
Inheritance diagram for MgWebWidgetCollection:Public Member Functions | |
| bool | Contains (MgWebWidget *value) |
| Returns true if the collection contains the specified widget, false otherwise. | |
| INT32 | GetCount () |
| Returns the number of widgets in the collection. | |
| MgWebWidget * | GetWidget (INT32 index) |
| Returns the widget at the specified index Throws an out of range exception if the index is invalid. | |
| INT32 | IndexOf (MgWebWidget *value) |
| Returns the index of the specified widget in the collection or -1 if the widget does not exist. | |