DialogBaseFormShowApplyButton Property

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

Definition

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

Property Value

Boolean

See Also