DialogBaseFormExecute Method

Executes the form as a modal dialog, and returns whether the OK button was pressed.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public virtual bool Execute()

Return Value

Boolean
if the OK button was pressed; otherwise, .

See Also