Свойство TextBox.CanScrollVertically

Gets a Boolean value that indicates whether the text box can have a vertical scroll bar to accommodate the contents.

Пространство имен:  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 if the textbox can have a vertical scroll bar to accommodate the contents; otherwise, false.

См. также

Справочник

TextBox Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering