Skip to main content
A newer version of this page is available. .

AlertButtonClickEventArgs Properties

Provides data for the AlertControl.ButtonClick event.
Name Description
ActivateOwner Gets or sets whether the owner (a form) of the current alert window is activated after executing your AlertControl.AlertClick event handler. Inherited from AlertClickEventArgs.
AlertForm Gets the currently processed alert window. Inherited from AlertClickEventArgs.
Button Provides access to the settings of the button that has been clicked.
ButtonName 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 AlertClickEventArgs.
See Also