Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadHScrollBar Class
Members


In This Topic
    SpreadHScrollBar Class
    In This Topic
    Represents the horizontal scroll bar for the view.
    Syntax
    'Declaration
     
    
    Public Class SpreadHScrollBar 
       Inherits FpHorizontalScrollBar
       Implements FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As SpreadHScrollBar
    public class SpreadHScrollBar : FpHorizontalScrollBar, 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.SpreadHScrollBar

    See Also