pbCenterToolTip - ComboForm
Determines if ToolTips are centered, horizontally, with respect to the client area rectangle of the control
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbCenterToolTip
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbCenterToolTip to BooleanVariable |
| Write Access: | Set pbCenterToolTip to BooleanVariable/Value |
Description
By default, ToolTips are displayed anchored to the right of the mouse pointer, or anchored to the left if the pointer is close to the right screen boundary.
When pbCenterToolTip is true, the ToolTip for this object will be centered. This means that the horizontal center of the ToolTip window will align with the horizontal center of the control's client rectangle.