DialogBaseFormShowOKButton Property
Gets or sets whether the OK button is visible.
Default value: .
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(true)]
public bool ShowOKButton { get; set; }
<DefaultValueAttribute(true)>
Public Property ShowOKButton As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ShowOKButton {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member ShowOKButton : bool with get, set
Property Value
Boolean