Method dialog.SetCheckbox
Overload
Adds check box (if text is not null
/empty).
public void SetCheckbox(string text, bool check = false)
Parameters
Remarks
To get check box state after closing the dialog, use dialog.Controls.
Adds check box (if text is not null
/empty).
public void SetCheckbox(string text, bool check = false)
To get check box state after closing the dialog, use dialog.Controls.