InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ScrollableControl Class
Members

In This Topic
    ScrollableControl Class
    In This Topic
    Defines an abstract base class for controls that support auto-scrolling behavior.
    Object Model
    ScrollableControl Class
    Syntax
    'Declaration
     
    Public MustInherit Class ScrollableControl 
       Inherits System.Windows.Forms.Control
    public abstract class ScrollableControl : System.Windows.Forms.Control 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.ScrollableControl
                   C1.Framework.XView

    See Also