See Also

HtmlBoxMenuItem Class  | HtmlBoxMenuItem 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 > HtmlBoxMenuItem Class : OnClickFunctionName Property (HtmlBoxMenuItem)

Gets or sets the name of the client-side function to call when the item is chosen.

[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 name of the client-side function to call when the item is chosen.

Remarks

To launch a dialog when the item is chosen, use the HtmlBoxMenuItem.Dialog property.

Requirements

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

See Also

HtmlBoxMenuItem Class  | HtmlBoxMenuItem Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.