Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MultilineHeader Property, SftTree Object

Defines whether column header titles can consist of multiple text lines.

Deprecated - Provided for compatibility with earlier versions only - Use Headers.Multiline instead

Syntax

Get

VB.NETBoolean = object.MultilineHeader As Boolean
VBBoolean = object.MultilineHeader As Boolean
C#.NETbool Boolean = object.MultilineHeader;
VC++VARIANT_BOOL Boolean = object->MultilineHeader;
VARIANT_BOOL Boolean = object->GetMultilineHeader();
CHRESULT object->get_MultilineHeader(VARIANT_BOOL* Boolean);

Put

VB.NETobject.MultilineHeader = Boolean As Boolean
VBobject.MultilineHeader = Boolean As Boolean
C#.NETbool object.MultilineHeader = Boolean;
VC++VARIANT_BOOL object->MultilineHeader = Boolean;
void object->PutMultilineHeader(VARIANT_BOOL Boolean);
CHRESULT object->put_MultilineHeader(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether column header titles can consist of multiple text lines.

BooleanDescription
TrueColumn header titles can consist of multiple text lines.
FalseColumn header titles can consist of a single line of text only.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Headers.Multiline instead

The MultilineHeader property defines whether column header titles can consist of multiple text lines.

Column header text can be defined using the Header.Text property. By including new-line characters in the title text, multiple lines of text can be displayed in each column header. The column header height is automatically adjusted.

See Also SftTree Object | Object Hierarchy


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