Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

BackgroundY Property, SftTree Object

Defines the origin (vertically) of the background bitmap.

Syntax

Get

VB.NETYOrigin = object.BackgroundY As Single
VBYOrigin = object.BackgroundY As Single
C#.NETfloat YOrigin = object.BackgroundY;
VC++float YOrigin = object->BackgroundY;
float YOrigin = object->GetBackgroundY();
CHRESULT object->get_BackgroundY(float* YOrigin);

Put

VB.NETobject.BackgroundY = YOrigin As Single
VBobject.BackgroundY = YOrigin As Single
C#.NETfloat object.BackgroundY = YOrigin;
VC++float object->BackgroundY = YOrigin;
void object->PutBackgroundY(float YOrigin);
CHRESULT object->put_BackgroundY(float YOrigin);

object

A SftTree object.

YOrigin

Defines the origin (vertically) 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 BackgroundY property defines the origin (vertically) 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.