SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
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
