Table of Contents

Property ToolTipText

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

ToolTipText

Get/Set a string representing the Tooltip of the object.

public string ToolTipText { get; set; }

Property Value

string

Remarks

When the mouse pointer is over the graphics screen then the tooltip string is shown. Note that EnableToolTips must be set true. Property is not saved by document and not added into undo history.