See Also

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

Title Property

Dart.PowerWEB.TextBox Namespace > ToolbarDropDown Class : Title Property

Gets or sets the title for the drop-down.

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

Return Type

A string containing the title for the drop-down.

Remarks

When this property is set, a non-selectable title will be displayed as the first drop-down item.

Requirements

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

See Also

ToolbarDropDown Class  | ToolbarDropDown Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.