バージョン

GetTextBoxScrollBars メソッド (EditorWithTextOwner)

エディターの複数行テキストボックスに表示するスクロールバーの種類を取得します。
シンタックス
'宣言
 
Public Overrides Function GetTextBoxScrollBars( _
   ByVal ownerContext As Object _
) As ScrollBars
public override ScrollBars GetTextBoxScrollBars( 
   object ownerContext
)

パラメータ

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

戻り値の型

エディターの複数行TextBoxにどのスクロールバーが表示されるかどうかを示すブール値。
参照