バージョン

GetNullText メソッド (UltraGridComboEditorOwner)

null値の代わりに表示する文字列を返します。
シンタックス
'宣言
 
Public Overrides Function GetNullText( _
   ByVal ownerContext As Object, _
   ByRef nullText As String _
) As Boolean
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の場合に使用される文字列。

戻り値の型

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