See Also

ToolbarText Class  | ToolbarText 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

Text Property

Dart.PowerWEB.TextBox Namespace > ToolbarText Class : Text Property (ToolbarText)

Gets or sets the text that is displayed on the toolbar.

[Visual Basic]
<DefaultValueAttribute()> <NotifyParentPropertyAttribute(True)> Public Property Text As String
[C#]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public string Text {get; set;}
[C++]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public: __property string* get_Text(); public: __property void set_Text(    string* value );
[C++/CLI]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public: property String^ Text {    String^ get();    void set (String^ value); }

Return Type

A string containing the text that is displayed on the toolbar.

Remarks

For preset types, this property will come preset to a valid string. Set this property only if you wish to change from the presets or if you are creating a custom ToolbarText.

Requirements

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

See Also

ToolbarText Class  | ToolbarText Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.