InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ScrollBarPanel Class / ContentElement Property

In This Topic
    ContentElement Property (ScrollBarPanel)
    In This Topic
    Gets or sets the Element which displays the scrollable content.
    Syntax
    'Declaration
     
    Public Property ContentElement As Element
    public Element ContentElement {get; set;}
    See Also