Gets or sets a value indicating whether control should register inner button as postback control.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool RegisterAsPostBackControl { get; set; }
Visual Basic
Public Property RegisterAsPostBackControl As Boolean
	Get
	Set
Visual C++
public:
property bool RegisterAsPostBackControl {
	bool get ();
	void set (bool value);
}
F#
member RegisterAsPostBackControl : bool with get, set

Property Value

Type: Boolean

See Also