InfoConnect for Unisys
Style Property


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