Spread Windows Forms 7.0 Product Documentation
Implicit Type Conversion(FpScrollBarButtonCollection,ScrollBarButtons) Operator
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBarButtonCollection Class > Implicit Type Conversion Operator : Implicit Type Conversion(FpScrollBarButtonCollection,ScrollBarButtons) Operator

scrollBarButtons
ScrollBarButtons object

Glossary Item Box

Performs an implicit conversion from ScrollBarButtons to FpScrollBarButtonCollection.

Syntax

Visual Basic (Declaration) 
Overloads Public Operator Widening CType( _
   ByVal scrollBarButtons As ScrollBarButtons _
) As FpScrollBarButtonCollection
Visual Basic (Usage)Copy Code
C# 
public FpScrollBarButtonCollection operator implicit( 
   ScrollBarButtons scrollBarButtons
)

Parameters

scrollBarButtons
ScrollBarButtons object

Return Value

The FpScrollBarButtonCollection object of the conversion

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.