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/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
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.
MousePointer = 0
LeftButtonOnly = 1
LeftItemClickOnly= 1
OLEDropMode = 0
RightToLeft = 0
UseThemes = -1 'True
Scrollbars = 3
ScrollbarStyle = 0
ShowTruncated = 1
VAlignStyle = 0
VirtualMode = 0
WebLicense = ""
SmoothScroll = 1
ButtonAppearance= -1
MouseOverTransitionEffect= 4
BeginProperty ButtonExpanded {980702E2-0AB6-41B1-9B85-F8755A697255} See Also SftTree Object | Object Hierarchy
