Gets or sets a value indicating WidgetHolder possibility to send cursor coordinates on server.

Namespace:  PerpetuumSoft.Instrumentation.Web
Assembly:  PerpetuumSoft.Instrumentation.Web (in PerpetuumSoft.Instrumentation.Web.dll) Version: 3.9.0.1

Syntax

C#
public bool EnablePostBack { get; set; }
Visual Basic (Declaration)
Public Property EnablePostBack As Boolean
Visual C++
public:
property bool EnablePostBack {
	bool get ();
	void set (bool value);
}

See Also