psToolTip - cCJStatusBarPane
Determines the tool tip text to be displayed when the mouse is hovered over the statusbar pane
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psToolTip
| Access Type | Syntax |
|---|---|
| Read Access: | Get psToolTip to StringVariable |
| Write Access: | Set psToolTip to StringVariable/Value |
Description
psToolTip determines the tool tip text to be displayed when the mouse is hovered over the statusbar pane.
Default is "".
ToolTips can display a single line of text or multiple lines. You can embed the CR LF characters in your ToolTip string to break the string into multiple lines.
Define CR_LF for (Character(13)+Character(10))
Set psToolTip to ("This is a ToolTip string that is split" + CR_LF + ;
"across two lines.")