Returns a setting value from style.cssText of an HTML5 Element.
CSS3 Selector of the element to read its style.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
The style property name to read.
If True it will perform on computedStyle instead of style object.
Returns a setting value from style.cssText of an HTML5 Element.
Visual Basic |
---|
Public Function GetStyle( _ ByVal Selector As String, _ ByVal Setting As String, _ ByVal ComputedStyle As Boolean _ ) As String |
CSS3 Selector of the element to read its style.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
The style property name to read.
If True it will perform on computedStyle instead of style object.
The cssText setting value string.