Send comments on this topic.
ScriptErrorsSuppressed Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : ScriptErrorsSuppressed Property
Gets or sets the state of Script Errors Suppression.

Syntax

 
Object.ScriptErrorsSuppressed As Boolean

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property GetReadyState() As Boolean
Get
Return WControl.ScriptErrorsSuppressed
End Get
End Property

See Also