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

Gets or sets 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 ImageSmall As Image
C# 
public Image ImageSmall {get; set;}

Property Value

Image

Remarks

ControlType Property is set to enumControlType.Navigation

Images assigned to this property 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