バージョン 20.1

GetMaxLines メソッド (EmbeddableEditorOwnerBase)

表示するテキスト行の最大数を返します。
シンタックス
public virtual bool GetMaxLines( 
   object ownerContext,
   out int maxLines
)

パラメータ

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

戻り値の型

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