See Also

DownlevelTextArea Class  | DownlevelTextArea Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Rows Property

Dart.PowerWEB.TextBox Namespace > DownlevelTextArea Class : Rows Property

Gets or sets the display height of a multiline text box.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Public Property Rows As Integer
[C#]
[NotifyParentPropertyAttribute(true)] public int Rows {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property int get_Rows(); public: __property void set_Rows(    int value );
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property int Rows {    int get();    void set (int value); }

Return Type

The display height of a multiline text box.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

DownlevelTextArea Class  | DownlevelTextArea Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.