alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class OutliningTooltipShowMode

    Defines the constants that specifies the mode of showing outlining tooltips in EditControl.

    Inheritance
    System.Object
    OutliningTooltipShowMode
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class OutliningTooltipShowMode : Enum

    Fields

    Off

    Specifies that tooltip will not be shown.

    Declaration
    public const OutliningTooltipShowMode Off
    Field Value
    Type
    OutliningTooltipShowMode

    On

    Specifies that outlining tooltip will be shown.

    Declaration
    public const OutliningTooltipShowMode On
    Field Value
    Type
    OutliningTooltipShowMode

    SimpleTooltip

    Specifies that only simple (not outlining) tooltip is shown.

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