バージョン

IsMultiLine メソッド (TextEditorControlOwnerBase)

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

パラメータ

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

戻り値の型

テキストが複数行かどうかを示すブール値
参照