[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadHScrollBar.-ctor

SpreadHScrollBar Constructor

SpreadHScrollBar()

Initializes a new instance of the SpreadHScrollBar class.

Declaration
public SpreadHScrollBar()
Public Sub New()

SpreadHScrollBar(SerializationInfo, StreamingContext)

Creates a new FarPoint horizontal scroll bar for the view from serialization.

Declaration
protected SpreadHScrollBar(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

SpreadHScrollBar(FpScrollBarButtonCollection)

Initializes a new instance of the SpreadHScrollBar class.

Declaration
public SpreadHScrollBar(FpScrollBarButtonCollection buttons)
Public Sub New(buttons As FpScrollBarButtonCollection)
Parameters
Type Name Description
FpScrollBarButtonCollection buttons

A collection of buttons of the FarPoint horizontal scroll bar

OSZAR »