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
);
A string containing the name of the client-side function to call when the item is chosen.
To launch a dialog when the item is chosen, use the HtmlBoxMenuItem.Dialog property.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxMenuItem Class | HtmlBoxMenuItem Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.