Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Text Property, SftTreeFooter Object

Defines this column footer's text.

Syntax

Get

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

Put

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

object

A SftTreeFooter object.

String

Defines this column footer's text.

Comments

The Text property defines this column footer's text.

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

The column footer text may contain new-line characters (CR-LF) if multi-line header text is enabled (see Footers.Multiline).

If the column footer text is empty, the column footer of the preceding column may merge into the empty column footer, based on the Column.Merge and Column.MergeInto property settings. The row/column footer never merges into a column footer.

When defining column footer text using the Columns property page, any trailing empty lines are automatically removed. To preserve a trailing empty line, add a space character to the line.

See Also SftTreeFooter 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.