IsAutoEnterField Property (HostField)
Gets
a value indicating whether the field is a auto enter field.
public bool IsAutoEnterField {get;}
'Declaration
Public ReadOnly Property IsAutoEnterField As Boolean
'Usage
Dim instance As HostField
Dim value As Boolean
value = instance.IsAutoEnterField
HostField host;
bool autoEnterField = host.IsAutoEnterField;