It allows the developers specify a server control to use as the cancel button of ajax uploader.

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

Syntax

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

Field Value

The cancel button ID.

See Also