Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

WidthPix Property, SftTreeSplitter Object

Defines the width of the splitter bar in pixels.

Syntax

Get

VB.NETWidthPix = object.WidthPix As Integer
VBWidthPix = object.WidthPix As Long
C#.NETint WidthPix = object.WidthPix;
VC++long WidthPix = object->WidthPix;
long WidthPix = object->GetWidthPix();
CHRESULT object->get_WidthPix(long* WidthPix);

Put

VB.NETobject.WidthPix = WidthPix As Integer
VBobject.WidthPix = WidthPix As Long
C#.NETint object.WidthPix = WidthPix;
VC++long object->WidthPix = WidthPix;
void object->PutWidthPix(long WidthPix);
CHRESULT object->put_WidthPix(long WidthPix);

object

A SftTreeSplitter object.

WidthPix

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

Comments

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

The Splitter.Width and 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.