Search
FlowChart.ShowToolTips Property
See Also
 



Gets or sets a value indicating whether to display tooltips.

 Syntax

VB6  Copy Code

Public Property Get ShowToolTips() As Boolean
Public Property Let ShowToolTips( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ShowToolTips ()
void put_ShowToolTips (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

With property value true and mouse cursor placed for several seconds above a box or a table a tool-tip appears. Use the Box.ToolTip and Table.ToolTip properties to set text to be displayed.

 See Also