[]
Represents the Spread scroll bar button.
public class FpScrollBarButton : ISerializeSupport, ISerializable, ICloneable
Public Class FpScrollBarButton
Implements ISerializeSupport, ISerializable, ICloneable
| Name | Description |
|---|---|
| FpScrollBarButton() | Creates a new Spread scroll bar button. |
| FpScrollBarButton(SerializationInfo, StreamingContext) | Creates a new Spread scroll bar button from serialization. |
| Name | Description |
|---|---|
| ChangeType | Gets or sets the type of change of the scroll bar. |
| ChangeValue | Gets or sets the moving value of the button when the scroll bar button is clicked. |
| ScrollOrientation | Gets the orientation of the scroll bar. |
| State | Gets the state of the scroll bar. |
| Visible | Gets or sets whether the scroll bar is displayed. |
| 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. |
| GetPreferredSize() | Gets the preferred (maximum) size. |
| Serialize(XmlTextWriter) | Saves the object to XML. |