AlertButtonClickEventArgs Properties
Provides data for the AlertControl.ButtonClick event.
Name | Description |
---|---|
Activate |
Gets or sets whether the owner (a form) of the current alert window is activated after executing your Alert |
Alert |
Gets the currently processed alert window.
Inherited from Alert |
Button | Provides access to the settings of the button that has been clicked. |
Button |
Gets the name of the button that has been clicked. |
Info |
Gets an object that contains information displayed in the currently processed alert window.
Inherited from Alert |
See Also