Properties for cToolTipController
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| Name | Returns the full name of the object including parentage | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Parent | Returns the parent of an object | cObject |
| pbActive | Determines if the ToolTip controller is active or inactive | cToolTipController |
| pbBalloonStyle | Determines if ToolTips are displayed in a cartoon-style "balloon" with a stem pointing to the UI object | cToolTipController |
| pbUseAnimation | Enables sliding ToolTip animation | cToolTipController |
| pbUseDDOStatusHelp | Determines whether the Status_Help data dictionary property should be used to populate a db-aware UI Object's psToolTip property | cToolTipController |
| pbUseFading | Enables fading ToolTip animation | cToolTipController |
| pbUsePrefix | Controls stripping ampersand (&) characters from the ToolTip string | cToolTipController |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| phToolTip | Returns the window handle of the Windows ToolTip control | cToolTipController |
| piBkColor | Sets the background color in a ToolTip window | cToolTipController |
| piDurationInitial | Sets the amount of time a pointer must remain stationary within a UI object's bounding rectangle before the ToolTip window appears | cToolTipController |
| piDurationPopup | Sets the amount of time a ToolTip window remains visible if the pointer is stationary within a UI object's bounding rectangle | cToolTipController |
| piDurationReshow | Sets the amount of time it takes for subsequent ToolTip windows to appear as the pointer moves from one UI object to another | cToolTipController |
| piIcon | Sets a standard icon in the ToolTip | cToolTipController |
| piMarginBottom | Sets the distance between the bottom border of the ToolTip window and the bottom of the ToolTip text | cToolTipController |
| piMarginLeft | Sets the distance between the left border of the ToolTip window and the left of the ToolTip text | cToolTipController |
| piMarginRight | Sets the distance between the right border of the ToolTip window and the right of the ToolTip text | cToolTipController |
| piMarginTop | Sets the distance between the top border of the ToolTip window and the top of the ToolTip text | cToolTipController |
| piMaxWidth | Sets the maximum width for the ToolTip window | cToolTipController |
| piTextColor | Sets the text color in a ToolTip window | cToolTipController |
| psTitle | Sets a title string for the ToolTip window | cToolTipController |