Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SplitterBar Property, SftTree Object

Defines whether a vertical splitter bar is present.

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Visible instead

Syntax

Get

VB.NETBoolean = object.SplitterBar As Boolean
VBBoolean = object.SplitterBar As Boolean
C#.NETbool Boolean = object.SplitterBar;
VC++VARIANT_BOOL Boolean = object->SplitterBar;
VARIANT_BOOL Boolean = object->GetSplitterBar();
CHRESULT object->get_SplitterBar(VARIANT_BOOL* Boolean);

Put

VB.NETobject.SplitterBar = Boolean As Boolean
VBobject.SplitterBar = Boolean As Boolean
C#.NETbool object.SplitterBar = Boolean;
VC++VARIANT_BOOL object->SplitterBar = Boolean;
void object->PutSplitterBar(VARIANT_BOOL Boolean);
CHRESULT object->put_SplitterBar(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether a vertical splitter bar is present.

BooleanDescription
TrueA vertical splitter bar is present.
FalseNo vertical splitter bar is present.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Visible instead

The SplitterBar property defines whether a vertical splitter bar is present.

A splitter bar is only available if two or more columns have been defined (see ColumnsObj.Count property).

The Splitter.Column property is used to define the position of the splitter bar.

The Splitter.Width and Splitter.Offset properties can be used to define the size and location of the splitter bar.

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.