Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / Count Property


In This Topic
    Count Property (FpScrollBarButtonCollection)
    In This Topic
    Gets the number of buttons contained in the System.Collections.ICollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As FpScrollBarButtonCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The number of buttons contained in the System.Collections.ICollection.
    See Also