Class ToolTipControl
Inheritance
System.Object
ToolTipControl
Implements
System.IDisposable
Assembly: Syncfusion.Tools.Windows.dll
public class ToolTipControl : BaseControl, IThemeProvider, IVisualStyle, IDisposable
Constructors
Creates instance of child control for designer
Declaration
Creates instance of tooltip control
Declaration
public ToolTipControl(SuperToolTip tipsProvider)
Parameters
Fields
Declaration
public bool m_bGradientBackGround
Field Value
Properties
Declaration
protected override CreateParams CreateParams { get; }
Property Value
Type |
System.Windows.Forms.CreateParams |
Gets delay time in milliseconds
Declaration
public int DisplayTime { get; }
Property Value
Declaration
public bool GradientBackGround { get; set; }
Property Value
Declaration
public ToolTipInfo Info { get; set; }
Property Value
Declaration
public int InitialDelay { get; set; }
Property Value
Declaration
public override LayoutEngine LayoutEngine { get; }
Property Value
Type |
System.Windows.Forms.Layout.LayoutEngine |
Declaration
public int MaxWidth { get; set; }
Property Value
Declaration
public SuperToolTip.SuperToolTipStyle Style { get; set; }
Property Value
Gets/sets delay time in seconds
Declaration
public int ToolTipDuration { get; set; }
Property Value
Declaration
public SuperToolTip.FadingType UseFading { get; set; }
Property Value
Methods
Declaration
public void AddTool(Component tool)
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
tool |
|
Declaration
public void AddToolTipService(Type componentType, IToolTipService service)
Parameters
Declaration
public bool Contains(IntPtr hWnd)
Parameters
Type |
Name |
Description |
System.IntPtr |
hWnd |
|
Returns
Declaration
public void DelTool(Component tool)
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
tool |
|
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
public IToolTipService GetToolTipService(Type componentType)
Parameters
Type |
Name |
Description |
System.Type |
componentType |
|
Returns
Declaration
public void HideToolTip()
Declaration
protected override void OnHandleCreated(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnLocationChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Declaration
protected override void OnPaintBackground(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Declaration
protected override void OnSizeChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
public override void ResetBackColor()
Declaration
public void ShowToolTip(ToolTipInfo ttInfo, Point position, int displayTime)
Parameters
Type |
Name |
Description |
ToolTipInfo |
ttInfo |
|
System.Drawing.Point |
position |
|
System.Int32 |
displayTime |
|
Declaration
protected override void WndProc(ref Message m)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
m |
|
Events
Declaration
public event EventHandler Popup
Event Type
Declaration
public event PopupToolTipHandler PopupToolTip
Event Type
Declaration
public event ToolTipPropertyChangedEventHandler PropertyChanged
Event Type
Declaration
public event UpdateToolTipHandler UpdateToolTip
Event Type
Implements
System.IDisposable