Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property JsFunction As String |
| C# |
|---|
| public string JsFunction { get; set; } |
| C++ |
|---|
| public property string JsFunction sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_JsFunction(); /** property */ public void set_JsFunction(string value); |
| JScript |
|---|
| public function get JsFunction() : String public function set JsFunction(value : String); |