Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / Implicit Type Conversion Operator / Implicit Type Conversion(ScrollBarButtons,FpScrollBarButtonCollection) Operator
FpScrollBarButtonCollection object


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

Parameters

buttonsCollection
FpScrollBarButtonCollection object

Return Value

The ScrollBarButtons object of the conversion
See Also