バージョン

GetMaxLength メソッド (UltraGridComboEditorOwner)

文字列の最大長を返します。
シンタックス
'宣言
 
Public Overrides Function GetMaxLength( _
   ByVal ownerContext As Object, _
   ByRef maxLength As Integer _
) As Boolean
public override bool GetMaxLength( 
   object ownerContext,
   out int maxLength
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
maxLength
(出力) 最大値、または最大値がない場合は0。

戻り値の型

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