HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

SizeBoxActive Property, SftTree Object

Returns whether the user is currently resizing the control using the size box.

Syntax

Get

VB.NETBoolean = object.SizeBoxActive As Boolean
VBBoolean = object.SizeBoxActive As Boolean
C#.NETbool Boolean = object.SizeBoxActive;
VC++VARIANT_BOOL Boolean = object->SizeBoxActive;
VARIANT_BOOL Boolean = object->GetSizeBoxActive();
CHRESULT object->get_SizeBoxActive(VARIANT_BOOL* Boolean);

object

A SftTree object.

Boolean

Returns whether the user is currently resizing the control using the size box.

BooleanDescription
TrueThe user is currently dragging the size box to resize the control.
FalseThe user is not resizing the control.

Comments

The SizeBoxActive property returns whether the user is currently resizing the control using the size box.

The size box is enabled using the SizeBox property.

See Also SftTree Object | Object Hierarchy


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