HeaderPane
Main
Hide

SftMask/DLL 7.0 - Masked Edit Control

Share Link
Print

AutoCompleteAddBottom

Adds a custom entry at the bottom of the open autocomplete suggestion list.

C

BOOL SftMask_AutoComplete_AddBottom(HWND hwndCtl, LPCTSTR lpszText, int entryType);

C++

BOOL CSftMask::AutoCompleteAddBottom(LPCTSTR lpszText, int entryType);

Parameters

hwndCtl

The window handle of the masked edit control.

lpszText

The entry text.

entryType

An application-defined value identifying the entry. When the user accepts a custom entry, the NM_SFTMASK_MATCHCUSTOM notification reports this value.

Returns

The return value is TRUE if the entry was added.

Comments

Custom entries can only be added while the autocomplete suggestion list is open, typically while handling the NM_SFTMASK_MATCHADDCUSTOMITEMS notification. Custom entries are not saved to the autocomplete save file - use AutoCompleteSeed to add persistent entries.

See Also AutoCompleteAddTop | AutoCompleteSeed | AutoComplete | Notifications


Last Updated 08/30/2026 - (email)
© 2026 Softel vdm, Inc.