Handles a notification that any of the controls on the page have an error. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPageControl
Dim show As Boolean
Dim returnValue As Boolean

returnValue = instance.OnHasError(show)

Syntax

Visual Basic
Public Overridable Function OnHasError ( _
		show As Boolean _
) As Boolean
C#
public virtual bool OnHasError (
		bool show
)
C++
public:
virtual bool OnHasError (
		bool show
)
J#
public boolean OnHasError (
		boolean show
)
JScript
public function OnHasError (
		show : boolean
) : boolean

Parameters

show

[in] true if the page should show an error.

Return Value

true if the any of the controls has an error; otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also