Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / FpScrollBarButtonCollection Constructor / FpScrollBarButtonCollection Constructor(String)
String object


In This Topic
    FpScrollBarButtonCollection Constructor(String)
    In This Topic
    Creates a new collection of Spread scroll bar buttons with the specified value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As String _
    )
    'Usage
     
    
    Dim value As String
     
    Dim instance As New FpScrollBarButtonCollection(value)
    public FpScrollBarButtonCollection( 
       string value
    )

    Parameters

    value
    String object
    See Also