JavaScript code that be executed when the browse button be clicked.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string ButtonOnClickScript { get; set; }
Visual Basic
Public Property ButtonOnClickScript As String
	Get
	Set
Visual C++
public:
property String^ ButtonOnClickScript {
	String^ get ();
	void set (String^ value);
}

See Also