InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / Enabled Property


In This Topic
    Enabled Property (IWebElement)
    In This Topic
    Gets or sets whether the user can input data into this element.
    Syntax
    'Declaration
     
    
    Property Enabled As Boolean
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    bool Enabled {get; set;}
    See Also