Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Text Property, SftTreeRowColumnFooter Object

Defines the text displayed in the row/column footer.

Syntax

Get

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

Put

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

object

A SftTreeRowColumnFooter object.

Text

Defines the text displayed in the row/column footer.

Comments

The Text property defines the text displayed in the row/column footer.

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

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

See Also SftTreeRowColumnFooter Object | Object Hierarchy


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