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

Gets or sets the index value of the small image used in the explorer item.

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.

Requirements

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

See Also