ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / ThemeScrollableControl Class
Members

In This Topic
    ThemeScrollableControl Class
    In This Topic
    Defines a base class for themeable controls that support auto-scrolling behavior.
    Object Model
    ThemeScrollableControl Class
    Syntax
    'Declaration
     
    Public MustInherit Class ThemeScrollableControl 
       Inherits System.Windows.Forms.ScrollableControl
    public abstract class ThemeScrollableControl : System.Windows.Forms.ScrollableControl 
    Remarks
    ThemeScrollBars works only in AutoScroll mode.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   C1.Win.C1SplitContainer.ThemeScrollableControl
                      C1.Win.C1SplitContainer.C1SplitterPanel

    See Also