Back to Devexpress

ToolboxOptionsView.MenuButtonCaption Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxoptionsview-69d118bb.md

latest2.3 KB
Original Source

ToolboxOptionsView.MenuButtonCaption Property

Gets or sets the caption for the menu button displayed in the ToolboxControl.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public string MenuButtonCaption { get; set; }
vb
Public Property MenuButtonCaption As String

Property Value

TypeDefaultDescription
String*null*

A string value that specifies the caption for the menu button.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MenuButtonCaption
ToolboxControl

.OptionsView .MenuButtonCaption

|

Remarks

MenuButtonCaption and ToolboxOptionsView.MenuButtonImageOptions properties specify the caption and icon for the button that invokes the popup menu, providing access to the ToolboxControl groups.

To specify whether the menu button is shown, use the ToolboxOptionsView.ShowMenuButton property.

See Also

OptionsView

ShowMenuButton

MenuButtonImageOptions

ToolboxOptionsView Class

ToolboxOptionsView Members

DevExpress.XtraToolbox Namespace