dbicExplorerBar Send comments on this topic.
enumImageSize Enumeration
See Also  
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace : enumImageSize Enumeration

The image size for the item images (Navigation).

Syntax

Visual Basic (Declaration) 
Public Enum enumImageSize 
   Inherits System.Enum
C# 
public enum enumImageSize : System.Enum 

Members

MemberDescription
LargeLarge size
NoneNo images
SmallSmall size

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.ExplorerBar.enumImageSize

Requirements

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

See Also