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