Gets or sets a value indicating whether to display tooltips.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ShowToolTips() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksWith 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