InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / ScriptErrorsSuppressed Property


In This Topic
    ScriptErrorsSuppressed Property
    In This Topic
    Gets or sets the state of Script Errors Suppression.
    Syntax
    'Declaration
     
    
    Property ScriptErrorsSuppressed As Boolean
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As Boolean
     
    instance.ScriptErrorsSuppressed = value
     
    value = instance.ScriptErrorsSuppressed
    bool ScriptErrorsSuppressed {get; set;}
    See Also