[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarComboThumb

FpScrollBarComboThumb Class

Represents a combination of the backward track, forward track, and thumb of the scroll bar.

Inheritance
FpScrollBarComboThumb
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class FpScrollBarComboThumb : FpScrollBarButton, ISerializeSupport, ICloneable, ISerializable
Public Class FpScrollBarComboThumb
    Inherits FpScrollBarButton
    Implements ISerializeSupport, ICloneable, ISerializable

Constructors

Name Description
FpScrollBarComboThumb()

Creates a new combination of the backward track, forward track, and thumb of the scroll bar.

FpScrollBarComboThumb(object, FpScrollBarTrackBackward, FpScrollBarThumb, FpScrollBarTrackForward)

Creates a new combination of the backward track, forward track, and thumb of the scroll bar with the specified parent.

Properties

Name Description
State

Gets the state of the scroll bar.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Deserialize(XmlNodeReader)

Loads the object from XML.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.

GetPreferredSize()

Gets the preferred (maximum) size.

Serialize(XmlTextWriter)

Saves the object to XML.

ToString()

Returns a string that represents the current object.