Spread Windows Forms 6.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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