Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class
Members


In This Topic
    FpScrollBar Class
    In This Topic
    Represents the Spread scroll bar.
    Syntax
    'Declaration
     
    
    Public MustInherit Class FpScrollBar 
       Inherits System.Windows.Forms.Control
       Implements FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As FpScrollBar
    public abstract class FpScrollBar : System.Windows.Forms.Control, FarPoint.Win.ISerializeSupport  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                FarPoint.Win.Spread.FpScrollBar
                   FarPoint.Win.Spread.FpHorizontalScrollBar
                   FarPoint.Win.Spread.FpVerticalScrollBar

    See Also