Class ToolTipTextNeededEventArgs
Provides data for the ToolTipTextNeeded event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ToolTipTextNeededEventArgs : EventArgs
Constructors
ToolTipTextNeededEventArgs(ToolTip)
Initializes a new instance of the Tool
Declaration
public ToolTipTextNeededEventArgs(ToolTip toolTip)
Parameters
System. The tool tip. |
ToolTipTextNeededEventArgs(ToolTip, String)
Initializes a new instance of the Tool
Declaration
public ToolTipTextNeededEventArgs(ToolTip toolTip, string toolTipText)
Parameters
System. The tool tip. |
System. The tool tip text. |
ToolTipTextNeededEventArgs(ToolTip, String, Size)
Initializes a new instance of the Tool
Declaration
public ToolTipTextNeededEventArgs(ToolTip toolTip, string toolTipText, Size offset)
Parameters
System. The tool tip. |
System. The tool tip text. |
System. The offset. |
Properties
Offset
Gets or sets the offset from the Cursor.HotSpot
Declaration
public Size Offset { get; set; }
Property Value
System. The offset. |
ToolTip
Gets the tool tip.
Declaration
public ToolTip ToolTip { get; }
Property Value
System.
|
ToolTipText
Gets or sets the ToolTip text.
Declaration
public string ToolTipText { get; set; }
Property Value
System.
|