DialogBaseFormExecute Method
Executes the form as a modal dialog, and returns whether the OK button was pressed.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public virtual bool Execute()
Public Overridable Function Execute As Boolean
public:
virtual bool Execute()
abstract Execute : unit -> bool
override Execute : unit -> bool
Return Value
Boolean if the OK button was pressed; otherwise,
.