See Also

ToolbarDropDownItem Class  | ToolbarDropDownItem Members  | Overload List

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

text
value
See Also Languages PowerWEB TextBox for ASP.NET

ToolbarDropDownItem Constructor(String,String)

Dart.PowerWEB.TextBox Namespace > ToolbarDropDownItem Class > ToolbarDropDownItem Constructor : ToolbarDropDownItem Constructor(String,String)

Creates a new instance of ToolbarDropDown, supplying the Text and OnClickFunctionName.

[Visual Basic]
Public Function New( _    ByVal text As String, _    ByVal value As String _ )
[C#]
public ToolbarDropDownItem(    string text,    string value );
[C++]
public: ToolbarDropDownItem(    string* text,    string* value )
[C++/CLI]
public: ToolbarDropDownItem(    String^ text,    String^ value )

Parameters

text
value

Remarks

Creates a new instance of ToolbarDropDown, supplying the Text and OnClickFunctionName.

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  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.