Version

Search Results

Add Method (TabsCollection)

This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters value The System.Object to be added to the end of the System.Collections.ArrayList. The value can be null. Return Value The System.Collections.ArrayList index at which the value has be...

AddRange Method (TabsCollection)

This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters c The System.Collections.ICollection whose elements should be added to the end of the System.Collections.ArrayList. The collection itself cannot be null, but it can contain elements th...

Clear Method (TabsCollection)

This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax

Insert Method (TabsCollection)

This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters index The zero-based index at which value should be inserted.value The System.Object to insert. The value can be null.

InsertRange Method

This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters index The zero-based index at which the new elements should be inserted.c The System.Collections.ICollection whose elements should be inserted into the System.Collections.ArrayList. Th...

Remove Method (TabsCollection)

This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters obj

RemoveAt Method (TabsCollection)

This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters index

RemoveRange Method

This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters index The zero-based starting index of the range of elements to remove.count The number of elements to remove.