[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarThumb.-ctor

FpScrollBarThumb Constructor

FpScrollBarThumb(object)

Creates a new Spread scroll bar thumb with the specified parent.

Declaration
public FpScrollBarThumb(object parent)
Public Sub New(parent As Object)
Parameters
Type Name Description
object parent

Parent object

FpScrollBarThumb(object, FpScrollBarGripper)

Creates a new Spread scroll bar thumb with the specified parent and grip.

Declaration
public FpScrollBarThumb(object parent, FpScrollBarGripper scrollGripper)
Public Sub New(parent As Object, scrollGripper As FpScrollBarGripper)
Parameters
Type Name Description
object parent

Parent object

FpScrollBarGripper scrollGripper

FarPoint scroll bar gripper object

FpScrollBarThumb()

Creates a new Spread scroll bar thumb.

Declaration
public FpScrollBarThumb()
Public Sub New()

FpScrollBarThumb(SerializationInfo, StreamingContext)

Creates a new Spread scroll bar thumb from serialization.

Declaration
protected FpScrollBarThumb(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Serialization information

StreamingContext context

Streaming context