| Dart.PowerWEB.TextBox Namespace > DownlevelTextArea Class : Columns Property | 
Gets or sets the display width of the text box in characters.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
Public Property Columns As Integer[C#]
[NotifyParentPropertyAttribute(true)]
public int Columns {get; set;}[C++]
[NotifyParentPropertyAttribute(true)]
public: __property int get_Columns();
public: __property void set_Columns( 
   int value
);[C++/CLI]
[NotifyParentPropertyAttribute(true)]
public:
property int Columns {
   int get();
   void set (int value);
}The display width (in characters) of the 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.