Skip to content

Properties for cToolTipController

View property list in hierarchical order.

Name Description Defining Class
Child_Count Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. cObject
Delegation_Mode Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. cObject
Name Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. cObject
Object_Id Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. cObject
Object_Label Returns the short name of an object Object_Label returns the short name of the object using the Name property. cObject
Parent Returns the parent of an object The Parent property returns parent object handle of an object. cObject
pbActive Determines if the ToolTip controller is active or inactive When pbActive is set False, the ToolTips that are managed by this object will not be displayed. 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 Set pbUseAnimation to False to suppress sliding animations, meaning that the ToolTip pops into place instantly. 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 Set pbUseFading to False to suppress fading animations, meaning that the ToolTip is removed quickly rather than fading away. cToolTipController
pbUsePrefix Controls stripping ampersand (&) characters from the ToolTip string Set pbUsePrefix to False to ensure that ampersand (&) characters in the ToolTip strings are displayed as ampersand (&) characters. 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 You can use this value to send Windows API messages directly to the ToolTip control. cToolTipController
piBkColor Sets the background color in a ToolTip window Determines the background color of the 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 Set piIcon to one of the following values to specify the icon to be displayed. 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 Set piMaxWidth to the maximum width (in pixels) for the ToolTip window. cToolTipController
piTextColor Sets the text color in a ToolTip window Determines the text color of the ToolTip window. cToolTipController
psTitle Sets a title string for the ToolTip window Set psTitle to the desired title string for the ToolTip window. cToolTipController