Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Widths Property, SftTreeColumns Object

Defines the widths of all columns, usually used to save/load an existing column layout.

Syntax

Get

VB.NETString = object.Widths As String
VBString = object.Widths As String
C#.NETstring String = object.Widths;
VC++_bstr_t String = object->Widths;
_bstr_t String = object->GetWidths();
CHRESULT object->get_Widths(BSTR* String);

Put

VB.NETobject.Widths = String As String
VBobject.Widths = String As String
C#.NETstring object.Widths = String;
VC++_bstr_t object->Widths = String;
void object->PutWidths(_bstr_t String);
CHRESULT object->put_Widths(BSTR String);

object

A SftTreeColumns object.

String

Defines the widths of all columns, usually used to save/load an existing column layout.

Comments

The Widths property defines the widths of all columns, usually used to save/load an existing column layout.

The property returns a comma-delimited list of column widths ordered by real column (not the displayed order).

The value returned by the Widths property could be saved in the Windows Registry or a data file. By assigning the saved value to the Widths property at a later time, the widths of all columns can be restored.

The Order property can be used to save/restore the column order.

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