Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal parent As Object, _ ByVal scrollTrackBackward As FpScrollBarTrackBackward, _ ByVal scrollThumb As FpScrollBarThumb, _ ByVal scrollTrackForward As FpScrollBarTrackForward _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
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) |
C# | |
---|---|
public FpScrollBarComboThumb( object parent, FpScrollBarTrackBackward scrollTrackBackward, FpScrollBarThumb scrollThumb, FpScrollBarTrackForward scrollTrackForward ) |
Parameters
- parent
- Parent object
- scrollTrackBackward
- FarPoint scroll bar track backward object
- scrollThumb
- FarPoint scroll bar thumb object
- scrollTrackForward
- FarPoint scroll bar track forward object
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