Return the declared style or the computed style of an HTML5 Element.
CSS3 Selector of the element to read its CSS style.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
Return the declared style or the computed style of an HTML5 Element.
| Visual Basic | 
|---|
Public Function GetCssText( _ ByVal Selector As String, _ ByVal ComputedStyle As Boolean _ ) As String  | 
CSS3 Selector of the element to read its CSS style.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.