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

The image list for the small images used to render the icon in the button, representing the list, at the bottom of the control when the list is not visible in the fixed bars of the display.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ListSmallImages As ImageList
C# 
public virtual ImageList ListSmallImages {get; set;}

Property Value

ImageList

Remarks

This property is only valid when ControlType Property is Navigation

Requirements

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

See Also