Back to Devexpress

TabFormControlBase.ApplicationButtonVisible Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-5d3f7716.md

latest1.5 KB
Original Source

TabFormControlBase.ApplicationButtonVisible Property

Gets or sets whether or not the Application Button is visible.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ApplicationButtonVisible { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(False)>
Public Property ApplicationButtonVisible As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the Application Button is visible; otherwise, false.

|

See Also

ApplicationButtonClick

ApplicationButtonDropDownControl

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace