Dart.PowerWEB.TextBox Namespace > ToolbarDropDownItem Class : OnClickFunctionCode Property (ToolbarDropDownItem) |
Gets or sets the code block associated with this object.
[Visual Basic]
Public Property OnClickFunctionCode As String
[C#]
public string OnClickFunctionCode {get; set;}
[C++]
public: __property string* get_OnClickFunctionCode();
public: __property void set_OnClickFunctionCode(
string* value
);
This property is not used by any of the predefined object controls. It is provided as an easy way to associate a code block with an object.
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.