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

buttonsCollection
FpScrollBarButtonCollection object

Glossary Item Box

Performs an implicit conversion from FpScrollBarButtonCollection to ScrollBarButtons.

Syntax

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

Parameters

buttonsCollection
FpScrollBarButtonCollection object

Return Value

The ScrollBarButtons 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.