Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

MaxShown Property, SftMaskAutoComplete Object

Defines the maximum number of entries shown in the autocomplete window without a vertical scroll bar (suggest mode).

Syntax

Get

VB.NETCount = object.MaxShown As Integer
VBCount = object.MaxShown As Long
C#.NETint Count = object.MaxShown;
VC++long Count = object->MaxShown;
long Count = object->GetMaxShown();
CHRESULT object->get_MaxShown(long* Count);

Put

VB.NETobject.MaxShown = Count As Integer
VBobject.MaxShown = Count As Long
C#.NETint object.MaxShown = Count;
VC++long object->MaxShown = Count;
void object->PutMaxShown(long Count);
CHRESULT object->put_MaxShown(long Count);

object

A SftMaskAutoComplete object.

Count

Defines the maximum number of entries shown in the autocomplete window without a vertical scroll bar (suggest mode), between 1 and 1000.

Comments

The MaxShown property defines the maximum number of entries shown in the autocomplete window without a vertical scroll bar (suggest mode).

This property is only used when AutoComplete.Mode is set to autocompleteSftMaskSuggest or autocompleteSftMaskSuggestAppend, as it defines the maximum number of visible entries in the autocomplete window.

If the defined number of items exceeds the maximum possible without exceeding the screen size, the autocomplete window is automatically made smaller to fit within the available space. The MaxShown property is not modified (it does not reflect the actual number of visible entries).

See Also SftMaskAutoComplete Object | Object Hierarchy


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