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

The location of the tooltips text.

Syntax

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

Members

MemberDescription
MousePlace the tooltip at the current mouse position.
RightPlace the tooltip to the right of the object.

Inheritance Hierarchy

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

Requirements

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

See Also