See Also

ToolbarDropDownItem Class  | ToolbarDropDownItem 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 > ToolbarDropDownItem Class : Text Property (ToolbarDropDownItem)

Represents the text that is displayed for the item.

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

Return Type

A string containing the text that is displayed for the item.

Remarks

The ToolbarDropDown will not automatically resize. If the Text length is too long, be sure to set the ToolbarDropDown.Width property to compensate.

Requirements

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

See Also

ToolbarDropDownItem Class  | ToolbarDropDownItem Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.