Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

BackgroundX Property, SftTree Object

Defines the origin (horizontally) of the background bitmap.

Syntax

Get

VB.NETXOrigin = object.BackgroundX As Single
VBXOrigin = object.BackgroundX As Single
C#.NETfloat XOrigin = object.BackgroundX;
VC++float XOrigin = object->BackgroundX;
float XOrigin = object->GetBackgroundX();
CHRESULT object->get_BackgroundX(float* XOrigin);

Put

VB.NETobject.BackgroundX = XOrigin As Single
VBobject.BackgroundX = XOrigin As Single
C#.NETfloat object.BackgroundX = XOrigin;
VC++float object->BackgroundX = XOrigin;
void object->PutBackgroundX(float XOrigin);
CHRESULT object->put_BackgroundX(float XOrigin);

object

A SftTree object.

XOrigin

Defines the origin (horizontally) of the background bitmap. If 0 is specified, the background bitmap is aligned with the top/left edge of the tree control window. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The BackgroundX property defines the origin (horizontally) of the background bitmap.

The BackgroundPicture property defines the graphic displayed as the control's background. The BackgroundStyle property affects how the bitmap is displayed when the tree control is scrolled horizontally.

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.