Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / Implicit Type Conversion Operator / Implicit Type Conversion(FpScrollBarButtonCollection,ScrollBarButtons) Operator
ScrollBarButtons object


In This Topic
    Implicit Type Conversion(FpScrollBarButtonCollection,ScrollBarButtons) Operator
    In This Topic
    Performs an implicit conversion from ScrollBarButtons to FpScrollBarButtonCollection.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal scrollBarButtons As ScrollBarButtons _
    ) As FpScrollBarButtonCollection
    'Usage
     
    

    Parameters

    scrollBarButtons
    ScrollBarButtons object

    Return Value

    The FpScrollBarButtonCollection object of the conversion
    See Also