Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

HideSelection Property, SftMask Object

Defines the display style of selected text when the control doesn't have the input focus.

Syntax

Get

VB.NETBoolean = object.HideSelection As Boolean
VBBoolean = object.HideSelection As Boolean
C#.NETbool Boolean = object.HideSelection;
VC++VARIANT_BOOL Boolean = object->HideSelection;
VARIANT_BOOL Boolean = object->GetHideSelection();
CHRESULT object->get_HideSelection(VARIANT_BOOL* Boolean);

Put

VB.NETobject.HideSelection = Boolean As Boolean
VBobject.HideSelection = Boolean As Boolean
C#.NETbool object.HideSelection = Boolean;
VC++VARIANT_BOOL object->HideSelection = Boolean;
void object->PutHideSelection(VARIANT_BOOL Boolean);
CHRESULT object->put_HideSelection(VARIANT_BOOL Boolean);

object

A SftMask object.

Boolean

Defines the display style of selected text when the control doesn't have the input focus.

BooleanDescription
TrueSelected text is not highlighted when the control does not have the input focus. The selection is not visible if the control does not have the input focus.
FalseSelected text is highlighted when the control does not have the input focus. The selection is visible even if the control does not have the input focus.

Comments

The HideSelection property defines the display style of selected text when the control doesn't have the input focus.

The selected text is always highlighted in an edit control that has the input focus. The HideSelection property can only be used to define the appearance of selected text when the control does not have the input focus.

See Also SftMask Object | Object Hierarchy


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