mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / GetStyle Method

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.

In This Topic
    GetStyle Method
    In This Topic
    Description

    Returns a setting value from style.cssText of an HTML5 Element.

    Syntax
    Visual Basic
    Public Function GetStyle( _
       ByVal Selector As String, _
       ByVal Setting As String, _
       ByVal ComputedStyle As Boolean _
    ) As String
    Parameters
    Selector

    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.

    Setting

    The style property name to read.

    ComputedStyle

    If True it will perform on computedStyle instead of style object.

    Return Type

    The cssText setting value string.

    See Also