constants SelectGotFocusEnum
The SelectGotFocusEnum type indicates how the control specifies the selection once the control gains the focus. The SelectGotFocus property indicates how the control specifies the selection once the control gets the focus. The SelectGotFocusEnum type supports the following values.

NameValueDescription
exSelectNoGotFocus0 No effect.
exSelectAllGotFocus1 Selects all once the field receives the focus.
exSelectEditableGotFocus2 Selects the first empty and editable entity of the field.
exMoveEditableGotFocus3 Moves the cursor to the first empty and editable entity of the field.
exSelectRequiredEditableGotFocus4 Selects the first empty, required and editable entity of the field.
exMoveRequiredEditableGotFocus5 Moves the cursor to the first empty, required and editable entity of the field.