Skip to main content
A newer version of this page is available. .

TokenEdit.ActivateTextEditor() Method

Focuses this TokenEdit‘s text box.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual void ActivateTextEditor()

Remarks

The ActivateTextEditor and TokenEdit.CloseTextEditor methods allow you to manually activate or deactivate the TokenEdit‘s text box. To check whether this text box is currently active, use the TokenEdit.IsTextEditorActive property.

See Also