AlertButtonCollection Properties
Represents a collection of buttons for alert windows.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Close |
Provides access to the settings of the Close Button, used to close an alert window. |
Count |
Gets the number of elements contained in the Collection |
Custom |
Gets the number of custom buttons in the current collection. |
Inner |
Gets an Array |
Item[Int32] | Provides indexed access to the buttons in the collection. |
Item[String] | Provides access to the buttons in the collection by their names. |
List protected |
Gets an IList containing the list of elements in the Collection |
Pin |
Provides access to the settings of the Pin Button, used to pin an alert window. |
Predefined |
Gets the number of predefined buttons in the current collection. |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
See Also