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);
}
The display height of a multiline text box.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
DownlevelTextArea Class | DownlevelTextArea Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.