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
);
A string containing the onclick function name.
Set this when creating a custom ToolbarDropDown to the code you would like to run when the item is clicked.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarDropDownItem Class | ToolbarDropDownItem Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.