バージョン

IsEditorAlwaysInEditMode メソッド (EmbeddableEditorOwnerBase)

このエディターは常に編集モードであるかどうかを返します
シンタックス
'宣言
 
Public Overridable Function IsEditorAlwaysInEditMode( _
   ByVal editor As EmbeddableEditorBase _
) As Boolean
public virtual bool IsEditorAlwaysInEditMode( 
   EmbeddableEditorBase editor
)

パラメータ

editor
EmbeddableEditorBase 派生のインスタンス

戻り値の型

エディターが編集モードを決して離れない場合は True。
解説
デフォルトの実装は false を返します。
参照