【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.27.1 RichEdit::AutoComplete
Contents
Description
Auto complete options in the string array in a box to pick from
Syntax
BOOL AutoComplete( int nStartIndex, StringArray & saOptions, vector<int> & vnAttributes = NULL, BOOL bSort = TRUE )
Parameters
- nStartIndex
- The position of the first char of the string being completed. When -1, Auto complete is turned off
- saOptions
- a StringArray of options to complete typedwords with
- vnAttributes
- a vector containing Attribute Bits for each entry in saOptions
- bSort
Return
Examples
Remark
See Also
Header to Include
Control.h