Reflection .NET API
Attachmate.Reflection Assembly / 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
See Also