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

Gets or sets the index value of the small image used to render the icon in the dropdown button at the bottom of the control when the list is not visible in the fixed bars of the control.

Syntax

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

Property Value

Integer

Remarks

ControlType Property is set to enumControlType.Navigation

ItemSmallImages Property must be set.

The image in the image list should have a width that is at most 2 pixels thinner than the value assigned to the DropButtonWidth Property (if DropButtonWidth is 18, the images should be 16 pixels or thinner). Images that are too large will not be drawn by the control.

Requirements

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

See Also