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