ModelErrorMessage::SetFocusOnError Property

.NET Framework (current version)
 

Gets or sets a value that specifies whether the focus should be set on the associated control when an error is displayed.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[ThemeableAttribute(false)]
property bool SetFocusOnError {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the focus should be set; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: