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

OnClickFunctionName Property

Dart.PowerWEB.TextBox Namespace > ToolbarDropDownItem Class : OnClickFunctionName Property (ToolbarDropDownItem)

Represents the JavaScript code that is run when the item is clicked.

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

Return Type

A string containing the onclick function name.

Remarks

Set this when creating a custom ToolbarDropDown to the code you would like to run when the item 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.