[]
Creates a new Spread scroll bar thumb with the specified parent.
public FpScrollBarThumb(object parent)
Public Sub New(parent As Object)
| Type | Name | Description |
|---|---|---|
| object | parent | Parent object |
Creates a new Spread scroll bar thumb with the specified parent and grip.
public FpScrollBarThumb(object parent, FpScrollBarGripper scrollGripper)
Public Sub New(parent As Object, scrollGripper As FpScrollBarGripper)
| Type | Name | Description |
|---|---|---|
| object | parent | Parent object |
| FpScrollBarGripper | scrollGripper | FarPoint scroll bar gripper object |
Creates a new Spread scroll bar thumb.
public FpScrollBarThumb()
Public Sub New()
Creates a new Spread scroll bar thumb from serialization.
protected FpScrollBarThumb(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | Serialization information |
| StreamingContext | context | Streaming context |