Dart.PowerWEB.TextBox Namespace > Toolbar Class : Layout Property |
Gets or sets a string representation of the toolbar.
[Visual Basic]
<DesignerSerializationVisibilityAttribute()>
<DefaultValueAttribute()>
Public Property Layout As String
[C#]
[DesignerSerializationVisibilityAttribute()]
[DefaultValueAttribute()]
public string Layout {get; set;}
[C++]
[DesignerSerializationVisibilityAttribute()]
[DefaultValueAttribute()]
public: __property string* get_Layout();
public: __property void set_Layout(
string* value
);
[C++/CLI]
[DesignerSerializationVisibilityAttribute()]
[DefaultValueAttribute()]
public:
property String^ Layout {
String^ get();
void set (String^ value);
}
A string representation of the toolbar.
This property returns a string representation of the current toolbar, or can be used to set a configuration. This property is mainly used to facilitate skin construction. If you need to build a toolbar, use either the HtmlBox.AddToolbarItem method of the HtmlBox control or the methods of the Toolbar.Items collection.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Toolbar Class | Toolbar Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.