Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SplitterWidth Property, SftTree Object

Defines the width of the splitter bar in pixels.

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

Syntax

Get

VB.NETWidth = object.SplitterWidth As Short
VBWidth = object.SplitterWidth As Integer
C#.NETshort Width = object.SplitterWidth;
VC++short Width = object->SplitterWidth;
short Width = object->GetSplitterWidth();
CHRESULT object->get_SplitterWidth(short* Width);

Put

VB.NETobject.SplitterWidth = Width As Short
VBobject.SplitterWidth = Width As Integer
C#.NETshort object.SplitterWidth = Width;
VC++short object->SplitterWidth = Width;
void object->PutSplitterWidth(short Width);
CHRESULT object->put_SplitterWidth(short Width);

object

A SftTree object.

Width

Defines the width of the splitter bar in pixels. The valid range is 3..7 pixels.

Comments

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

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

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

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.