バージョン

IsReadOnly メソッド (EmbeddableEditorOwnerBase)

値が読み取り専用の場合、True を返します。
シンタックス
'宣言
 
Public Overridable Function IsReadOnly( _
   ByVal ownerContext As Object _
) As Boolean
public virtual bool IsReadOnly( 
   object ownerContext
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

値が読み取り専用かどうかを示すブール値
解説
デフォルトの実装は false を返します。
参照