Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Visible Property, SftTreeSplitter Object

Defines whether a vertical splitter bar is present.

Syntax

Get

VB.NETBoolean = object.Visible As Boolean
VBBoolean = object.Visible As Boolean
C#.NETbool Boolean = object.Visible;
VC++VARIANT_BOOL Boolean = object->Visible;
VARIANT_BOOL Boolean = object->GetVisible();
CHRESULT object->get_Visible(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Visible = Boolean As Boolean
VBobject.Visible = Boolean As Boolean
C#.NETbool object.Visible = Boolean;
VC++VARIANT_BOOL object->Visible = Boolean;
void object->PutVisible(VARIANT_BOOL Boolean);
CHRESULT object->put_Visible(VARIANT_BOOL Boolean);

object

A SftTreeSplitter object.

Boolean

Defines whether a vertical splitter bar is present.

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

Comments

The Visible 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.

This property is read/only at run-time. Changing the Visible property at run-time will clear the tree control contents.

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