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

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.

If True it will return the computed CSS3 style of the element.
In This Topic
    GetCssText Method
    In This Topic
    Description

    Return the declared style or the computed style of an HTML5 Element.

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

    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.

    ComputedStyle
    If True it will return the computed CSS3 style of the element.
    See Also