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


In This Topic
    FpVerticalScrollBar Class
    In This Topic
    Represents the Spread vertical scroll bar.
    Syntax
    'Declaration
     
    
    Public Class FpVerticalScrollBar 
       Inherits FpScrollBar
       Implements FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As FpVerticalScrollBar
    public class FpVerticalScrollBar : FpScrollBar, FarPoint.Win.ISerializeSupport  
    Inheritance Hierarchy

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

    See Also