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