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 the tab labels have been dropped because tab text doesn't fit within the available space.
Get | |||
VB | Boolean = object.DroppedText As Boolean |
object
Boolean
Returns whether the tab labels were dropped because the text 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 and consequently all tab labels were dropped, due to the DropText property settings. |
False | Tab labels were not dropped. |
The DroppedText property returns whether the tab labels have been dropped because tab text doesn't fit within the available space.
The SftTabsTabs.DropText property can be used to define whether tab text is dropped if it doesn't fit.
The ClippedText property returns whether any of the tab labels has text that doesn't fit within the available space.
See Also SftTabsTabs Object | Object Hierarchy