Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

AutoTab Property, SftMask Object

Defines whether the next control in the tab order receives the input focus after valid data has been entered.

Syntax

Get

VB.NETBoolean = object.AutoTab As Boolean
VBBoolean = object.AutoTab As Boolean
C#.NETbool Boolean = object.AutoTab;
VC++VARIANT_BOOL Boolean = object->AutoTab;
VARIANT_BOOL Boolean = object->GetAutoTab();
CHRESULT object->get_AutoTab(VARIANT_BOOL* Boolean);

Put

VB.NETobject.AutoTab = Boolean As Boolean
VBobject.AutoTab = Boolean As Boolean
C#.NETbool object.AutoTab = Boolean;
VC++VARIANT_BOOL object->AutoTab = Boolean;
void object->PutAutoTab(VARIANT_BOOL Boolean);
CHRESULT object->put_AutoTab(VARIANT_BOOL Boolean);

object

A SftMask object.

Boolean

Defines whether the next control in the tab order receives the input focus after valid data has been entered.

BooleanDescription
TrueThe input focus advances to the next control.
FalseThe input focus remains unchanged.

Comments

The AutoTab property defines whether the next control in the tab order receives the input focus after valid data has been entered.

The input focus can automatically advance to the next control in the tab order once the data entered into the control is valid. Input data is considered valid if it matches the defined mask (Mask property) completely and the CustomValidation event succeeds (i.e., Cancel is set to False).

The AutoTab property has no effect if the control is used as a simple edit control (without Mask).

See Also SftMask Object | Object Hierarchy


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