ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / ContentBounds Property

In This Topic
    ContentBounds Property (Element)
    In This Topic
    Client rectangle, in pixels. This discounts margins, borders, and padding.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContentBounds As System.Drawing.Rectangle
    public System.Drawing.Rectangle ContentBounds {get;}
    See Also