Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpVerticalScrollBar Class / AutoSize Property


In This Topic
    AutoSize Property (FpVerticalScrollBar)
    In This Topic
    This property is not relevant for this class.
    Syntax
    'Declaration
     
    
    Public Overridable Property AutoSize As Boolean
    'Usage
     
    
    Dim instance As FpVerticalScrollBar
    Dim value As Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    public virtual bool AutoSize {get; set;}

    Property Value

    true if enabled; otherwise, false
    See Also