バージョン

IsMultiLine メソッド (EmbeddableEditorOwnerBase)

テキストが複数行かどうかを返します。
シンタックス
'宣言
 
Public Overridable Function IsMultiLine( _
   ByVal ownerContext As Object _
) As Boolean
public virtual bool IsMultiLine( 
   object ownerContext
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

テキストが複数行かどうかを示すブール値
解説
デフォルトの実装は false を返します。
参照