AlertButton Members
In This Article
#Constructors
Name | Description |
---|---|
Alert |
Initializes a new instance of the Alert |
Alert |
Initializes a new instance of the Alert |
Alert |
Initializes a new instance of the Alert |
#Properties
Name | Description |
---|---|
Bounds | Gets or sets the bounds of the button. |
Down |
Gets or sets the pressed state of the button, This option is in effect when the button functions as a check button (the Alert |
Hint | Gets or sets the button’s hint. |
Image |
Gets or sets an image displayed within the button. This property is obsolete. Use the Alert property instead.
|
Image |
Gets or sets an image displayed when the current button functions as a check button and it’s in the pressed state. This property is obsolete. Use the Alert property instead.
|
Image |
Gets or sets the index of an image in the AlertAlert property instead.
|
Image |
Gets or sets the index of an image in the AlertAlert property instead.
|
Image |
Provides access to settings that allow you to set up raster and vector icons for this Alert |
Images | Gets the source of images for buttons in alert windows. |
Name | Gets or sets the button’s name. |
Owner | Gets the alert window that displays the current button. |
Predefined | Gets whether the current button is one of the predefined buttons (Close, Pin or Dropdown). |
State | Gets or sets the button’s state. |
Style | Gets or sets the button’s style. |
Visible | Gets or sets the button’s visibility. |
#Methods
Name | Description |
---|---|
Dispose() | Disposes of the current object and releases all the allocated resources. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the button’s size. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
The method is called when the button is clicked. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Emulates changing a button’s check state, as if the button were clicked by the mouse. |
Set |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
To |
Returns the textual representation of the button. |
See Also