Spread Windows Forms 10.0 Product Documentation
FpScrollBarComboThumb Constructor(Object,FpScrollBarTrackBackward,FpScrollBarThumb,FpScrollBarTrackForward)


Parent object
Scroll bar track backward object
Scroll bar thumb object
Scroll bar track forward object
Creates a new combination of the backward track, forward track, and thumb of the scroll bar with the specified parent.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As Object, _
   ByVal scrollTrackBackward As FpScrollBarTrackBackward, _
   ByVal scrollThumb As FpScrollBarThumb, _
   ByVal scrollTrackForward As FpScrollBarTrackForward _
)
'Usage
 
Dim parent As Object
Dim scrollTrackBackward As FpScrollBarTrackBackward
Dim scrollThumb As FpScrollBarThumb
Dim scrollTrackForward As FpScrollBarTrackForward
 
Dim instance As New FpScrollBarComboThumb(parent, scrollTrackBackward, scrollThumb, scrollTrackForward)

Parameters

parent
Parent object
scrollTrackBackward
Scroll bar track backward object
scrollThumb
Scroll bar thumb object
scrollTrackForward
Scroll bar track forward object
Requirements

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

See Also

Reference

FpScrollBarComboThumb Class
FpScrollBarComboThumb Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.