バージョン

IsNullable メソッド (UltraEditorProxyOwnerBase)

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

パラメータ

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

戻り値の型

値をnullに設定できる場合はTrue。
参照