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