dbicExplorerBar Send comments on this topic.
DropButtonWidth Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : DropButtonWidth Property

Gets or sets the width of the drop button and minor buttons at the bottom of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property DropButtonWidth As Integer
C# 
public virtual int DropButtonWidth {get; set;}

Property Value

Integer

Remarks

This property is only valid when ControlType Property is Navigation

The color of the arrow in the DropButton is determined by the ListForeColor Property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also