alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ToolTipLocation

    Defines the constants that specifies the location of the tooltip.

    Inheritance
    System.Object
    ToolTipLocation
    Namespace: Syncfusion.WinForms.Controls.Enums
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class ToolTipLocation : Enum

    Fields

    BottomCenter

    Indicates that the tooltip should be shown in BottomCenter of the mouse position.

    Declaration
    public const ToolTipLocation BottomCenter
    Field Value
    Type
    ToolTipLocation

    BottomLeft

    Indicates that the tooltip should be shown in BottomLeft of the mouse position.

    Declaration
    public const ToolTipLocation BottomLeft
    Field Value
    Type
    ToolTipLocation

    BottomRight

    Indicates that the tooltip should be shown in BottomRight of the mouse position.

    Declaration
    public const ToolTipLocation BottomRight
    Field Value
    Type
    ToolTipLocation

    Default

    Indicates that the tooltip will be shown in its mouse position. If ToolTipStyle is Balloon, will be shown in TopRight of mouse position. Otherwise, BottomRight of the mouse position.

    Declaration
    public const ToolTipLocation Default
    Field Value
    Type
    ToolTipLocation

    LeftCenter

    Indicates that the tooltip should be shown in LeftCenter of the mouse position.

    Declaration
    public const ToolTipLocation LeftCenter
    Field Value
    Type
    ToolTipLocation

    RightCenter

    Indicates that the tooltip should be shown in RightCenter of the mouse position.

    Declaration
    public const ToolTipLocation RightCenter
    Field Value
    Type
    ToolTipLocation

    TopCenter

    Indicates that the tooltip should be shown in TopCenter of the mouse position.

    Declaration
    public const ToolTipLocation TopCenter
    Field Value
    Type
    ToolTipLocation

    TopLeft

    Indicates that the tooltip should be shown in TopLeft of the mouse position.

    Declaration
    public const ToolTipLocation TopLeft
    Field Value
    Type
    ToolTipLocation

    TopRight

    Indicates that the tooltip should be shown in TopRight of the mouse position.

    Declaration
    public const ToolTipLocation TopRight
    Field Value
    Type
    ToolTipLocation
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved