バージョン

GetMaxLines メソッド

表示するテキスト行の最大数を返します。
シンタックス
'宣言
 
Public Overrides Function GetMaxLines( _
   ByVal ownerContext As Object, _
   ByRef maxLines As Integer _
) As Boolean
public override bool GetMaxLines( 
   object ownerContext,
   out int maxLines
)

パラメータ

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

戻り値の型

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