Property ToolTip
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
ToolTip
Get/Set a string representing the Tooltip of the object.
public string ToolTip { get; set; }
Property Value
Remarks
When the mouse pointer is over an object then by default the tooltip string is shown. Note that EnableToolTips must be set true. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.