InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ScrollablePanel Class / ContentElement Property

In This Topic
    ContentElement Property (ScrollablePanel)
    In This Topic
    Element that contains the content to be scrolled.
    Syntax
    'Declaration
     
    Public Property ContentElement As Element
    public Element ContentElement {get; set;}
    See Also