Add()
|
Creates a new pane with the default setting and adds it to the collection.
|
Add(T)
|
Adds the specified element to the end of the collection.
|
Add(T[])
|
Adds the specified elements to the end of the collection.
|
Add(MVCxSplitterPane)
|
Adds a specified pane to the end of the collection.
|
Add(Action<MVCxSplitterPane>)
|
Adds a new pane to the collection and allows you to customize this pane in a delegate method implementation.
|
Add(String)
|
Creates a new pane with the specified setting and adds it to the collection.
|
AddRange(IEnumerable<T>)
|
Adds a collection of items to the end of the collection.
|
Assign(IAssignableCollection)
|
Copies the items from the specified IAssignableCollection-supported object to the current object.
|
Clear()
|
Clears the collection by removing all its items.
|
Contains(T)
|
Determines whether the collection contains the specified item.
|
ConvertAll<TOutput>(Converter<T, TOutput>)
|
For internal use only.
|
CopyTo(T[], Int32)
|
Copies the items from the collection to the specified array, starting at the specified index in the array object.
|
CopyTo(Array, Int32)
|
Copies the items from the collection to the specified array, starting at the specified index in the array object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Find(Predicate<T>)
|
Returns the first element that matches the conditions defined by the specified predicate.
|
FindAll(Predicate<T>)
|
Returns all elements that match the conditions defined by the specified predicate.
|
FindAllRecursive(Predicate<T>)
|
Returns all elements that match the conditions defined by the specified predicate.
|
FindByName(String)
|
Returns a pane object with the specified SplitterPane.Name property value.
|
FindRecursive(Predicate<T>)
|
Returns the first element that matches the conditions defined by the specified predicate.
|
ForEach(Action<T>)
|
Performs the specified action on each element of the current collection.
|
GetByName(String)
|
Obsolete. Returns a collection item object with the specified SplitterPane.Name property value.
|
GetEnumerator()
|
Returns a reference to an enumerator object, which is used to iterate through the collection.
|
GetHashCode()
|
Serves as the default hash function.
|
GetHierarchyData(Object)
|
Returns a hierarchical data item for the specified enumerated item.
|
GetType()
|
Gets the Type of the current instance.
|
GetVisibleItem(Int32)
|
Gets an item by its visible index.
|
GetVisibleItemCount()
|
Returns the number of visible items in an item collection.
|
GetVisibleItems()
|
Obtains collection items whose visibility is enabled.
|
GetVisiblePane(Int32)
|
Gets a pane by its visible index.
|
GetVisiblePaneCount()
|
Obsolete. Returns the number of visible panes in a splitter pane’s collection.
|
IndexOf(T)
|
Searches for the specified item and returns the zero-based index of its first occurrence within the collection.
|
IndexOf(MVCxSplitterPane)
|
Searches for the specified pane object and returns the zero-based index of the first occurrence within the collection.
|
IndexOf(Predicate<T>)
|
Returns the zero-based index of the first element that matches the conditions defined by the specified predicate.
|
IndexOfName(String)
|
Searches for a collection item object specified by the value of its SplitterPane.Name property, and returns the zero-based index of the first occurrence within the item collection.
|
Insert(Int32, T)
|
Inserts the specified element into the collection at the specified position.
|
Insert(Int32, MVCxSplitterPane)
|
Inserts the specified pane object into the collection at the specified index.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Move(Int32, Int32)
|
Moves a specific collection item to another position within the list.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Remove(T)
|
Removes the specified element from the collection.
|
Remove(MVCxSplitterPane)
|
Removes a pane object from the collection.
|
RemoveAll(Predicate<T>)
|
Removes all items that match the conditions defined by the specified predicate from the collection.
|
RemoveAllRecursive(Predicate<T>)
|
Removes all items that match the conditions defined by the specified predicate from the hierarchical collection.
|
RemoveAt(Int32)
|
Removes the collection item at the specified index location from the current collection.
|
SetDirty()
|
For internal use only.
|
ToString()
|
Returns a string that represents the current object.
|