OkCancelButtonsApplyButtonVisible Property

Gets or sets whether the Apply button is visible.
Default value: .

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(false)]
public bool ApplyButtonVisible { get; set; }

Property Value

Boolean

See Also