[]
Represents a Spread scroll bar thumb.
public class FpScrollBarThumb : FpScrollBarButton, ISerializeSupport, ICloneable, ISerializable
Public Class FpScrollBarThumb
Inherits FpScrollBarButton
Implements ISerializeSupport, ICloneable, ISerializable
| Name | Description |
|---|---|
| FpScrollBarThumb() | Creates a new Spread scroll bar thumb. |
| FpScrollBarThumb(object) | Creates a new Spread scroll bar thumb with the specified parent. |
| FpScrollBarThumb(object, FpScrollBarGripper) | Creates a new Spread scroll bar thumb with the specified parent and grip. |
| FpScrollBarThumb(SerializationInfo, StreamingContext) | Creates a new Spread scroll bar thumb from serialization. |
| 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. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
| Serialize(XmlTextWriter) | Saves the object to XML. |