Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLStyle Interface / getAttribute Method

In This Topic
    getAttribute Method (IHTMLStyle)
    In This Topic

    getAttribute method of IHTMLStyle interface.

    Syntax
    'Declaration
     
    Function getAttribute( _
       ByVal strAttributeName As System.String, _
       ByVal lFlags As System.Integer _
    ) As System.Object
    System.object getAttribute( 
       System.string strAttributeName,
       System.int lFlags
    )

    Parameters

    strAttributeName
    lFlags
    Remarks

    An original IDL definition of getAttribute method was the following: HRESULT getAttribute (BSTR strAttributeName, [optional, defaultvalue(0)] long lFlags, [out, retval] VARIANT* ReturnValue);

    See Also