HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

SizeBox Property, SftTree Object

Defines whether a size box (resize grip) is shown in the lower-right corner so the user can resize the control.

Syntax

Get

VB.NETBoolean = object.SizeBox As Boolean
VBBoolean = object.SizeBox As Boolean
C#.NETbool Boolean = object.SizeBox;
VC++VARIANT_BOOL Boolean = object->SizeBox;
VARIANT_BOOL Boolean = object->GetSizeBox();
CHRESULT object->get_SizeBox(VARIANT_BOOL* Boolean);

Put

VB.NETobject.SizeBox = Boolean As Boolean
VBobject.SizeBox = Boolean As Boolean
C#.NETbool object.SizeBox = Boolean;
VC++VARIANT_BOOL object->SizeBox = Boolean;
void object->PutSizeBox(VARIANT_BOOL Boolean);
CHRESULT object->put_SizeBox(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether a size box (resize grip) is shown in the lower-right corner so the user can resize the control.

BooleanDescription
TrueA size box is shown and the user can resize the control.
FalseNo size box is shown (the default).

Comments

The SizeBox property defines whether a size box (resize grip) is shown in the lower-right corner so the user can resize the control.

The size box is only useful when the tree control is used as a stand-alone window, for example as a drop-down window the user can resize. When the tree control is embedded in a dialog or another window, its size is controlled by the parent window, so the size box cannot be used.

Use SizeBoxActive to determine whether the user is currently resizing the control.

See Also SftTree Object | Object Hierarchy


Last Updated 06/05/2026 - (email)
© 2026 Softel vdm, Inc.