Name | Description | |
---|---|---|
FpScrollBarButtonCollection Constructor | Overloaded. |
The following tables list the members exposed by FpScrollBarButtonCollection.
Name | Description | |
---|---|---|
FpScrollBarButtonCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the number of buttons contained in the System.Collections.ICollection. | |
Empty | Gets the empty collection of the Spread scroll bar buttons. | |
IsFixedSize | Gets whether the System.Collections.IList has a fixed size. | |
IsReadOnly | Gets a value that indicates whether the System.Collections.IList is read-only. | |
IsSynchronized | Gets whether access to the System.Collections.ICollection is synchronized (thread safe). | |
Item | Gets or sets the System.Object at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
Name | Description | |
---|---|---|
Add | Adds an item to the System.Collections.IList. | |
AddRange | Adds a range of objects of the collection. | |
Clear | Removes all items from the System.Collections.IList. | |
Clone | Creates a new object that is a copy of the current instance. | |
Contains | Determines whether the System.Collections.IList contains a specific value. | |
CopyTo | Copies the buttons of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. | |
Deserialize | Loads the object from XML. | |
Equals | Determines whether the specified System.Object is equal to the current System.Object. | |
GetEnumerator | Returns an enumerator that iterates through a collection. | |
GetHashCode | Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | |
GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. | |
IndexOf | Determines the index of a specific item in the System.Collections.IList. | |
Insert | Inserts an item to the System.Collections.IList at the specified index. | |
Remove | Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the System.Collections.IList item at the specified index. | |
Serialize | Saves the object to XML. |
Implicit Type Conversion | Overloaded. Performs an implicit conversion from ScrollBarButtons to FpScrollBarButtonCollection. |