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
Defines whether text is clipped or truncated using trailing '...'.
Get
VB.NET | Boolean = object.ShowTruncated As Boolean |
VB | Boolean = object.ShowTruncated As Boolean |
C#.NET | bool Boolean = object.ShowTruncated; |
VC++ | VARIANT_BOOL Boolean = object->ShowTruncated; VARIANT_BOOL Boolean = object->GetShowTruncated(); |
C | HRESULT object->get_ShowTruncated(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ShowTruncated = Boolean As Boolean |
VB | object.ShowTruncated = Boolean As Boolean |
C#.NET | bool object.ShowTruncated = Boolean; |
VC++ | VARIANT_BOOL object->ShowTruncated = Boolean; void object->PutShowTruncated(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ShowTruncated(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether text is clipped or truncated using trailing '...'.
Boolean | Description |
---|---|
True | Truncated text should be shown using trailing "...". |
False | Truncated text is clipped. |
The ShowTruncated property defines whether text is clipped or truncated using trailing '...'.
The ShowTruncated property applies to all text components in a tree control. By setting it to True, text that is too large (horizontally) to fit in the space allocated will be truncated by showing trailing periods ("..."). If set to False, text will be clipped if too large and displayed in the available area.
See Also SftTree Object | Object Hierarchy