Back to Devexpress

ToolboxOptionsView.MoreItemsButtonImage Property

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

latest2.4 KB
Original Source

ToolboxOptionsView.MoreItemsButtonImage Property

Gets or sets an icon for the button that invokes a popup panel containing currently active group items hidden in the ToolboxControl minimized state.

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 MoreItemsButtonImage { get; set; }
vb
<DefaultValue(Nothing)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property MoreItemsButtonImage As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object that specifies an icon for the More items button.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MoreItemsButtonImage
ToolboxControl

.OptionsView .MoreItemsButtonImage

|

Remarks

If the ToolboxOptionsMinimizing.ScrollMode property is set to DropDown , the items of the currently active group that are hidden in the ToolboxControl minimized state can be accessed using a popup panel which is invoked with a click on the More items button. The MoreItemsButtonImage property allows you to provide an icon for that button.

See Also

ScrollMode

ToolboxOptionsView Class

ToolboxOptionsView Members

DevExpress.XtraToolbox Namespace