Class ToolTipDesigner.ToolTipItemGlyph
Inheritance
System.Object
ToolTipDesigner.ToolTipItemGlyph
Assembly: Syncfusion.Tools.Windows.dll
public class ToolTipItemGlyph : Glyph
Constructors
Declaration
public ToolTipItemGlyph(ToolTipInfo.ToolTipItem item, ISite controlSite)
Parameters
Properties
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
public bool Selected { get; }
Property Value
Methods
Declaration
public override Cursor GetHitTest(Point p)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
p |
|
Returns
Type |
System.Windows.Forms.Cursor |
Declaration
public override void Paint(PaintEventArgs pe)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
pe |
|