SftMask/OCX 6.5

SftMask.AutoComplete Property

Softel vdm, Inc.

Returns the SftMaskAutoComplete object.

Syntax       

Get

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;
ISftMaskAutoComplete* refAutoCompleteObj = object->GetAutoComplete();

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.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com