menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolTipDesigner.ToolTipItemGlyph - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolTipDesigner.ToolTipItemGlyph

    Inheritance
    System.Object
    ToolTipDesigner.ToolTipItemGlyph
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ToolTipItemGlyph : Glyph

    Constructors

    ToolTipItemGlyph(ToolTipInfo.ToolTipItem, ISite)

    Declaration
    public ToolTipItemGlyph(ToolTipInfo.ToolTipItem item, ISite controlSite)
    Parameters
    Type Name Description
    ToolTipInfo.ToolTipItem item
    System.ComponentModel.ISite controlSite

    Properties

    Bounds

    Declaration
    public override Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Selected

    Declaration
    public bool Selected { get; }
    Property Value
    Type
    System.Boolean

    Methods

    GetHitTest(Point)

    Declaration
    public override Cursor GetHitTest(Point p)
    Parameters
    Type Name Description
    System.Drawing.Point p
    Returns
    Type
    System.Windows.Forms.Cursor

    Paint(PaintEventArgs)

    Declaration
    public override void Paint(PaintEventArgs pe)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs pe
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved