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