バージョン

IsReadOnly メソッド

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

パラメータ

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

戻り値の型

テキストが読み取り専用かどうかを示すブール値
参照