'Declaration
Public Enum TooltipPosition Inherits System.Enum
public enum TooltipPosition : System.Enum
'Declaration
Public Enum TooltipPosition Inherits System.Enum
public enum TooltipPosition : System.Enum
Member | Description |
---|---|
Bottom | Tooltips are shown below the menu. |
Left | Tooltips are shown to the left of the menu. |
None | Tooltips are not shown. |
Right | Tooltips are shown to the right of the menu. |
Top | Tooltips are shown above the menu. |
System.Object
System.ValueType
System.Enum
C1.Win.Command.TooltipPosition