Back to Devexpress

ToolboxOptionsView.MenuButtonImage Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxoptionsview-a1907eaa.md

latest2.6 KB
Original Source

ToolboxOptionsView.MenuButtonImage Property

Use the ToolboxOptionsView.MenuButtonImageOptions property to specify the image for the menu button displayed in the ToolboxControl.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image MenuButtonImage { get; set; }
vb
<DefaultValue(Nothing)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property MenuButtonImage As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object that specifies the image for the menu button.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MenuButtonImage
ToolboxControl

.OptionsView .MenuButtonImage

|

Remarks

The ToolboxOptionsView.MenuButtonCaption and MenuButtonImage 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

MenuButtonCaption

ShowMenuButton

ToolboxOptionsView Class

ToolboxOptionsView Members

DevExpress.XtraToolbox Namespace