MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgWebWidgetCollection Class Reference
+ Inheritance diagram for MgWebWidgetCollection:

List of all members.

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.
MgWebWidgetGetWidget (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.