Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Width Property, SftTreeSplitter Object

Defines the width of the splitter bar.

Syntax

Get

VB.NETWidth = object.Width As Single
VBWidth = object.Width As Single
C#.NETfloat Width = object.Width;
VC++float Width = object->Width;
float Width = object->GetWidth();
CHRESULT object->get_Width(float* Width);

Put

VB.NETobject.Width = Width As Single
VBobject.Width = Width As Single
C#.NETfloat object.Width = Width;
VC++float object->Width = Width;
void object->PutWidth(float Width);
CHRESULT object->put_Width(float Width);

object

A SftTreeSplitter object.

Width

Defines the width of the splitter bar. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used. The valid range is 3..7 pixels.

Comments

The Width property defines the width of the splitter bar in pixels.

The Width and Splitter.WidthPix properties are synonyms, but may use different coordinate systems.

The Splitter.Visible property is used to define a splitter bar.

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.