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


In This Topic
    Style Property
    In This Topic
    Gets or sets a comma-delimited list of styles for the current element.
    Syntax
    'Declaration
     
    
    Property Style As String
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As String
     
    instance.Style = value
     
    value = instance.Style
    string Style {get; set;}
    See Also