windowsforms-devexpress-dot-xtratoolbox-dot-toolboxoptionsview-a1907eaa.md
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
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image MenuButtonImage { get; set; }
<DefaultValue(Nothing)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property MenuButtonImage As Image
| Type | Default | Description |
|---|---|---|
| Image | null |
An Image object that specifies the image for the menu button.
|
You can access this nested property as listed below:
| Object Type | Path to MenuButtonImage |
|---|---|
| ToolboxControl |
.OptionsView .MenuButtonImage
|
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