Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / ContentBounds Property

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