RadControls for WinForms

The ToolTipTextNeededEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodToolTipTextNeededEventArgs(ToolTip)
Initializes a new instance of the ToolTipTextNeededEventArgs class.
Public methodToolTipTextNeededEventArgs(ToolTip, String)
Initializes a new instance of the ToolTipTextNeededEventArgs class.
Public methodToolTipTextNeededEventArgs(ToolTip, String, Size)
Initializes a new instance of the ToolTipTextNeededEventArgs class.

Properties

  NameDescription
Public propertyOffset
Gets or sets the offset from the Cursor.HotSpot
Public propertyToolTip
Gets the tool tip.
Public propertyToolTipText
Gets or sets the ToolTip text.

See Also