Back to Devexpress

TokenEdit.ActivateTextEditor() Method

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-0029a91d.md

latest1.4 KB
Original Source

TokenEdit.ActivateTextEditor() Method

Focuses this TokenEdit‘s text box.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void ActivateTextEditor()
vb
Public Overridable Sub ActivateTextEditor

Remarks

ActivateTextEditor and TokenEdit.CloseTextEditor methods 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

CloseTextEditor(Boolean)

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace