Public Methods
Public Properties
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...
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...
This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax
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.
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...
This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters obj
This member supports the UltraDockManager infrastructure and is not intended to be used directly from your code. Syntax Parameters index
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.