SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns whether any of the tab labels has text that doesn't fit within the available space.
Get | |||
VB | Boolean = object.ClippedText As Boolean |
object
Boolean
Returns whether any of the tab labels has text that doesn't fit within the available space.
Boolean | Description |
---|---|
True | At least one tab has tab text that doesn't fit within the tab's available space. Typically this is caused by a combination of tab control size, styles and property settings. Clipped text is rendered using ellipses "..." to indicate that text is truncated. |
False | The text of all tabs fits without being truncated. |
The ClippedText property returns whether any of the tab labels has text that doesn't fit within the available space.
The SftTabsTabs.DropText and DroppedText can be used to control tab labels further.
See Also SftTabsTabs Object | Object Hierarchy