Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / AutoSize Property


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

    Property Value

    true if enabled; otherwise, false
    See Also