Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.SelectEnabledItemsOnly Property

Defines whether only enabled items can be selected by the user using the mouse or keyboard.

Syntax

Get

VB.NETBoolean = object.SelectEnabledItemsOnly As Boolean
VBBoolean = object.SelectEnabledItemsOnly As Boolean
C#.NETbool Boolean = object.SelectEnabledItemsOnly;
VC++VARIANT_BOOL Boolean = object->SelectEnabledItemsOnly;
VARIANT_BOOL Boolean = object->GetSelectEnabledItemsOnly();
CHRESULT object->get_SelectEnabledItemsOnly(VARIANT_BOOL* Boolean);

Put

VB.NETobject.SelectEnabledItemsOnly = Boolean As Boolean
VBobject.SelectEnabledItemsOnly = Boolean As Boolean
C#.NETbool object.SelectEnabledItemsOnly = Boolean;
VC++VARIANT_BOOL object->SelectEnabledItemsOnly = Boolean;
void object->PutSelectEnabledItemsOnly(VARIANT_BOOL Boolean);
CHRESULT object->put_SelectEnabledItemsOnly(VARIANT_BOOL Boolean);

object

A SftDirectory object.

Boolean

Defines whether only enabled items can be selected by the user using the mouse or keyboard.

BooleanDescription
TrueOnly enabled items (see Folder.Enabled) can be selected using the mouse or keyboard.
FalseEnabled and disabled items (see Folder.Enabled) can be selected using the mouse or keyboard.

Comments

The SelectEnabledItemsOnly property defines whether only enabled items can be selected by the user using the mouse or keyboard.

The SelectEnabledItemsOnly property applies to combo box style displays only (ControlStyle styleSftDirectoryComboBoxTreeView or styleSftDirectoryComboBoxDetailList), otherwise it has no effect and is ignored.

An application can always select all items, regardless of their status (Folder.Enabled).

See Also SftDirectory Object | Object Hierarchy


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