Class RadToolTip
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Rad
Inheritance
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadToolTip : ToolTip
Constructors
RadToolTip()
Declaration
public RadToolTip()
RadToolTip(IContainer)
Declaration
public RadToolTip(IContainer container)
Parameters
System.
|
RadToolTip(RootRadElement)
Fields
Padding
Declaration
public const int Padding = 10
Field Value
System.
|
VerticalSpacingToCursor
Declaration
public const int VerticalSpacingToCursor = 30
Field Value
System.
|
Properties
CurrentText
Returns the current text if it is alredy set.
Declaration
public string CurrentText { get; }
Property Value
System.
|
IsDisposed
Declaration
public bool IsDisposed { get; }
Property Value
System.
|
ToolTipFont
Declaration
public Font ToolTipFont { get; }
Property Value
System.
|
Methods
CorrectShowPoint(Point, String)
Declaration
protected virtual Point CorrectShowPoint(Point point, string text)
Parameters
System.
|
System.
|
Returns
System.
|
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Hide()
Show(String)
Sets the Rad
Declaration
public void Show(string text)
Parameters
System. A System. |
Show(String, Point)
Sets the Rad
Declaration
public void Show(string text, Point point)
Parameters
System. A System. |
System. A System. |
Show(String, Point, Int32)
Sets the Rad
Declaration
public void Show(string text, Point point, int duration)
Parameters
System. A System. |
System. A System. |
System. An System. |
Show(String, Int32)
Sets the Rad
Declaration
public void Show(string text, int duration)
Parameters
System. A System. |
System. An System. |
Show(String, Int32, Int32)
Sets the Rad
Declaration
public void Show(string text, int x, int y)
Parameters
System. A System. |
System. The horizontal offset, in pixels, relative to the upper-left corner of the screen, to display the ToolTip. |
System. The vertical offset, in pixels, relative to the upper-left corner of the screen, to display the ToolTip. |
Show(String, Int32, Int32, Int32)
Sets the Rad
Declaration
public void Show(string text, int x, int y, int duration)
Parameters
System. A System. |
System. The horizontal offset, in pixels, relative to the upper-left corner of the screen, to display the ToolTip. |
System. The vertical offset, in pixels, relative to the upper-left corner of the screen, to display the ToolTip. |
System. An System. |