Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLElement Interface / offsetWidth Property

In This Topic
    offsetWidth Property
    In This Topic

    offsetWidth property of IHTMLElement interface.

    Syntax
    'Declaration
     
    ReadOnly Property offsetWidth As System.Integer
    System.int offsetWidth {get;}
    Remarks

    An original IDL definition of offsetWidth property was the following: long offsetWidth;

    See Also