Back to Devexpress

TabFormControlBase.ApplicationButtonDropDownControl Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-21a23e99.md

latest1.7 KB
Original Source

TabFormControlBase.ApplicationButtonDropDownControl Property

Gets or sets the dropdown control invoked with a click on the Application Button.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual object ApplicationButtonDropDownControl { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
Public Overridable Property ApplicationButtonDropDownControl As Object

Property Value

TypeDefaultDescription
Objectnull

A Control or DevExpress.XtraBars.PopupControl object specifying the dropdown control.

|

See Also

ApplicationButtonClick

ApplicationButtonVisible

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace