|
|
|
SftMask.AutoComplete Property |
Returns the SftMaskAutoComplete object.
Syntax
VB.NET |
refAutoCompleteObj = object.AutoComplete As SftMaskAutoComplete |
||
VB |
Set refAutoCompleteObj = object.AutoComplete As SftMaskAutoComplete |
||
C#.NET |
SftMaskAutoComplete refAutoCompleteObj = object.AutoComplete; |
||
VC++ |
ISftMaskAutoComplete* refAutoCompleteObj = object->AutoComplete;
|
||
C |
HRESULT object->get_AutoComplete(ISftMaskAutoComplete** refAutoCompleteObj); |
||
Delphi |
refAutoCompleteObj := object.AutoComplete : ISftMaskAutoComplete; |
object
A SftMask object.
refAutoCompleteObj
Returns the SftMaskAutoComplete object.
Comments
The AutoComplete property returns the SftMaskAutoComplete object.
The SftMaskAutoComplete object describes the attributes of the control's autocomplete feature.