Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ShowTruncated Property, SftTree Object

Defines whether text is clipped or truncated using trailing '...'.

Syntax

Get

VB.NETBoolean = object.ShowTruncated As Boolean
VBBoolean = object.ShowTruncated As Boolean
C#.NETbool Boolean = object.ShowTruncated;
VC++VARIANT_BOOL Boolean = object->ShowTruncated;
VARIANT_BOOL Boolean = object->GetShowTruncated();
CHRESULT object->get_ShowTruncated(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ShowTruncated = Boolean As Boolean
VBobject.ShowTruncated = Boolean As Boolean
C#.NETbool object.ShowTruncated = Boolean;
VC++VARIANT_BOOL object->ShowTruncated = Boolean;
void object->PutShowTruncated(VARIANT_BOOL Boolean);
CHRESULT object->put_ShowTruncated(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether text is clipped or truncated using trailing '...'.

BooleanDescription
TrueTruncated text should be shown using trailing "...".
FalseTruncated text is clipped.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.