Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

ShowOne Property, SftMaskAutoComplete Object

Defines whether the autocomplete window is shown for just one already completely matching entry (suggest mode).

Syntax

Get

VB.NETBoolean = object.ShowOne As Boolean
VBBoolean = object.ShowOne As Boolean
C#.NETbool Boolean = object.ShowOne;
VC++VARIANT_BOOL Boolean = object->ShowOne;
VARIANT_BOOL Boolean = object->GetShowOne();
CHRESULT object->get_ShowOne(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ShowOne = Boolean As Boolean
VBobject.ShowOne = Boolean As Boolean
C#.NETbool object.ShowOne = Boolean;
VC++VARIANT_BOOL object->ShowOne = Boolean;
void object->PutShowOne(VARIANT_BOOL Boolean);
CHRESULT object->put_ShowOne(VARIANT_BOOL Boolean);

object

A SftMaskAutoComplete object.

Boolean

Defines whether the autocomplete window is shown for just one already completely matching entry (suggest mode).

BooleanDescription
TrueThe autocomplete window is shown even if there is only one matching entry and the currently entered text completely matches this entry.
FalseThe autocomplete window is hidden if there is only one matching entry and the currently entered text completely matches this entry.

Comments

The ShowOne property defines whether the autocomplete window is shown for just one already completely matching entry (suggest mode).

This property is only used if the AutoComplete.Mode property is defined as autocompleteSftMaskSuggest or autocompleteSftMaskSuggestAppend.

See Also SftMaskAutoComplete Object | Object Hierarchy


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