Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ShowFocusRectangle Property, SftTree Object

Defines whether the focus rectangle is displayed.

Deprecated - Provided for compatibility with earlier versions only - Use Items.ShowFocusRectangle instead

Syntax

Get

VB.NETBoolean = object.ShowFocusRectangle As Boolean
VBBoolean = object.ShowFocusRectangle As Boolean
C#.NETbool Boolean = object.ShowFocusRectangle;
VC++VARIANT_BOOL Boolean = object->ShowFocusRectangle;
VARIANT_BOOL Boolean = object->GetShowFocusRectangle();
CHRESULT object->get_ShowFocusRectangle(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ShowFocusRectangle = Boolean As Boolean
VBobject.ShowFocusRectangle = Boolean As Boolean
C#.NETbool object.ShowFocusRectangle = Boolean;
VC++VARIANT_BOOL object->ShowFocusRectangle = Boolean;
void object->PutShowFocusRectangle(VARIANT_BOOL Boolean);
CHRESULT object->put_ShowFocusRectangle(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether the focus rectangle is displayed.

BooleanDescription
TrueThe focus rectangle is displayed when the tree control has the input focus.
Falsethe focus rectangle is never displayed.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.ShowFocusRectangle instead

The ShowFocusRectangle property defines whether the focus rectangle is displayed.

The ShowFocusRectangle property can be used to turn off the display of the focus rectangle. This could be useful for applications that wish to implement cell selection, rather than the tree control's standard item selection (i.e. an entire row is selected).

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.