ChoiceActionItemCollection Properties
Represents a binding list of ChoiceActionItem objects.| Name | Description |
|---|---|
| Count | Returns the number of ChoiceActionItem objects contained in the current ChoiceActionItemCollection. |
| FirstActiveItem | Returns the Choice Action Item which is the first that is currently active. |
| HasSingleVisibleItem | |
| IsFixedSize | Indicates whether the ChoiceActionItemCollection has a fixed size. |
| IsReadOnly | Indicates whether the current ChoiceActionItemCollection is read-only. |
| IsSynchronized | Indicates whether access to the ChoiceActionItemCollection is synchronized (thread safe). |
| Item[Int32] | Gets or sets the ChoiceActionItem at the specified index. |
| SyncRoot | Gets an object that can be used to synchronize access to the ChoiceActionItemCollection. |
See Also