Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RubberbandSelection Property, SftTreeItems Object

Defines whether rubberband selection is enabled (multiple selection only).

Syntax

Get

VB.NETBoolean = object.RubberbandSelection As Boolean
VBBoolean = object.RubberbandSelection As Boolean
C#.NETbool Boolean = object.RubberbandSelection;
VC++VARIANT_BOOL Boolean = object->RubberbandSelection;
VARIANT_BOOL Boolean = object->GetRubberbandSelection();
CHRESULT object->get_RubberbandSelection(VARIANT_BOOL* Boolean);

Put

VB.NETobject.RubberbandSelection = Boolean As Boolean
VBobject.RubberbandSelection = Boolean As Boolean
C#.NETbool object.RubberbandSelection = Boolean;
VC++VARIANT_BOOL object->RubberbandSelection = Boolean;
void object->PutRubberbandSelection(VARIANT_BOOL Boolean);
CHRESULT object->put_RubberbandSelection(VARIANT_BOOL Boolean);

object

A SftTreeItems object.

Boolean

Defines whether rubberband selection is enabled (multiple selection only).

BooleanDescription
TrueEnables click-drag selection of multiple items using a selection rectangle.
FalseClick-drag selection of multiple items using a selection rectangle is not available.

Comments

The RubberbandSelection property defines whether rubberband selection is enabled (multiple selection only).

In a single selection tree control this property has no effect. Click-drag selection is only available in a multiple selection tree control and only if Items.SelectStyle is set to selectSftTreeCell1, selectSftTreeCellCurrent or selectSftTreeCell1Full. If Items.SelectStyle is set to selectSftTreeCellCurrent, click-dragging cannot start in the first column, it must be initiated from another column.

Click-drag selection with a "rubberband" selection rectangle can be initiated by pressing the mouse button on the cell background (not the cell text) of a cell and dragging the mouse cursor. All items between the starting and ending point are selected. If the mouse cursor approaches the edge of the tree control, scrolling will start, allowing selection of additional items. Once the mouse button is released, the currently selected items remain selected.

See Also SftTreeItems 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.