'宣言 Public Property AlwaysInEditMode As Boolean
public bool AlwaysInEditMode {get; set;}
デフォルトで、TextEditorControlBase コントロールは入力フォーカスを失った時に編集モードを終了します。AlwaysInEditMode プロパティが True に設定されると、コントロールが入力フォーカスを失ったときにコントロールは編集モードを終了できなくなります。
TextEditorControlBase クラス TextEditorControlBase メンバ