MaxTipWidth Property
Description
The MaxTipWidth property gets/sets the maximum tool tip width in pixels.
Property Type
- Read-write property
Syntax (Visual Basic)
Public Property MaxTipWidth() As Long
Remarks
-
When using the xtpToolTipStandard, xtpToolTipOffice, and xtpToolTipBalloon styles, the minimum width of the tool tip window can only be as small as the longest word in the tip.
-
When using the xtpToolTipRTF style, the minimum width of the tool tip window can be as small as a single character.
-
When using the ShowTitleAndDescription method to display the title/caption and tooltip of the item, the minimum width of the tool tip window cannot be smaller than the width of the title/caption.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.