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

Value Property

Dart.PowerWEB.TextBox Namespace > ToolbarDropDownItem Class : Value Property

Represents the value that is passed into functions.

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

Remarks

This property represents the value that the user does not see, that is passed into functions when the item is clicked. For example, if the Text property was "Heading 1", Value might be "h1" reflecting the actual formatting that would be applied when the button is clicked.

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.