Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowColText Property, SftTree Object

Defines the text displayed in the row/column header.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.Text instead

Syntax

Get

VB.NETText = object.RowColText As String
VBText = object.RowColText As String
C#.NETstring Text = object.RowColText;
VC++_bstr_t Text = object->RowColText;
_bstr_t Text = object->GetRowColText();
CHRESULT object->get_RowColText(BSTR* Text);

Put

VB.NETobject.RowColText = Text As String
VBobject.RowColText = Text As String
C#.NETstring object.RowColText = Text;
VC++_bstr_t object->RowColText = Text;
void object->PutRowColText(_bstr_t Text);
CHRESULT object->put_RowColText(BSTR Text);

object

A SftTree object.

Text

Defines the text displayed in the row/column header.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.Text instead

The RowColText property defines the text displayed in the row/column header.

The alignment of the row/column header text can be defined using the RowColumnHeader.TextHAlign and RowColumnHeader.TextVAlign properties.

The row/column header supports multiple text lines by using new-line characters (CR-LF) to start a new line. Word-wrap is not supported.

See Also SftTree Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.