次の方法で共有


TextBox.CanScrollVertically プロパティ

コンテンツに合わせてテキスト ボックスに垂直スクロール バーを表示できるかどうかを示す Boolean 値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property CanScrollVertically As Boolean 
    Get
'使用
Dim instance As TextBox 
Dim value As Boolean 

value = instance.CanScrollVertically
public bool CanScrollVertically { get; }
public:
property bool CanScrollVertically {
    bool get ();
}
member CanScrollVertically : bool
function get CanScrollVertically () : boolean

プロパティ値

型: System.Boolean
コンテンツに合わせてテキスト ボックスに垂直スクロール バーを表示できる場合は true、それ以外の場合は false。

関連項目

参照

TextBox クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間