IButtonControlExtensions
Wisej.Web.Markup.IButtonControlExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.IButtonControlExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the interface.
Sets the DialogResult property of the specified .
TButtonControl
The type of the button control, must implement .
buttonControl
The button control for which to set the DialogResult property.
dialogResult
The value to set for the button control.
Returns: . The modified button control with the updated DialogResult property.
This method allows you to set the DialogResult for a button control, which specifies the result returned to the parent form when the button is clicked.