IButtonControlExtensions
Wisej.Web.Markup.IButtonControlExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.IButtonControlExtensions
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.1.0.0)
Adds fluent markup extension methods to the IButtonControl interface.
public class IButtonControlExtensionsPublic Class IButtonControlExtensionsSets the DialogResult property of the specified IButtonControl.
Returns: TButtonControl. 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.
myButton.DialogResult(DialogResult.OK);
Last updated
Was this helpful?
Was this helpful?

