バージョン 20.2

GetNullText メソッド (NumericEditorOwner)

null値の代わりに表示する文字列を返します。
シンタックス
public override bool GetNullText( 
   object ownerContext,
   out string nullText
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
nullText
(出力)値がnullまたはDB_Nullである場合、使用する必要がある文字列を返します。

戻り値の型

意味のある値が返されたかどうかを示すブール値。
解説
デフォルトの実装は空の文字列を返します。
参照