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

Determines when the text in a list or item will be highlighted when the mouse moves over it.

Syntax

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

Members

MemberDescription
AllThe whole line of the item.
TextJust the text portion of the item.

Inheritance Hierarchy

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

Requirements

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

See Also