バージョン

IsNullable メソッド (EmbeddableEditorOwnerBase)

値をnullに設定できるかどうかを返します。
シンタックス
'宣言
 
Public Overridable Function IsNullable( _
   ByVal ownerContext As Object _
) As Boolean
public virtual bool IsNullable( 
   object ownerContext
)

パラメータ

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

戻り値の型

値をnullに設定できる場合はTrue。
解説
デフォルトの実装は true を返します。
参照