Provides access to an enumeration of flags.
| Description | ||
|---|---|---|
![]() |
_NewEnum | Retrieves an IEnumVariant interface that enumerates the collection's content. This method supports the FOR EACH statement in VB. |
![]() |
Add | Adds a new flag in the collection. |
![]() |
Clear | Removes all the flags from the collection. |
![]() |
Count | Number of flags in the collection. |
![]() |
Item | The flag 'index' item in the collection. |
![]() |
Remove | Removes the flag 'index' item from the collection. |
| CoClasses and Classes | Description |
|---|---|
| NgFlags | Graphic flags collection object. |