ShellViewColumns Methods |
The ShellViewColumns type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Add(SHCOLUMNID) |
Adds the specified column at the last position.
|
![]() | Add(ShellViewColumn) |
Adds a column to the collection.
|
![]() | AutoSize |
Resizes all columns to the auto-size width.
|
![]() ![]() | Clear |
Removes all items from the ICollectionT.
|
![]() | Contains(SHCOLUMNID) |
Determines whether the passed column is contained in the collection.
|
![]() | Contains(ShellViewColumn) |
Determines whether the ICollectionT contains a specific value.
|
![]() | CopyTo |
Copies the entire list to the array passed, starting at the passed index of the target array.
|
![]() | DefaultSize |
Resizes all columns to the default-size width.
|
![]() | GetColumnName |
Gets the caption of the column with the passed column key.
|
![]() | GetColumnWidth |
Returns the width of the column identified by the passed id.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetSHColumnIds |
Returns the columns the keys of the columns in collection.
|
![]() | Hide |
Removes the given column from the current view.
|
![]() | IndexOf(SHCOLUMNID) |
Returns the index of the column with the passed SHCOLUMNID.
|
![]() | IndexOf(ShellViewColumn) |
Determines the index of a specific item in the IListT.
|
![]() | Insert(Int32, SHCOLUMNID) |
Inserts a new column representing the passed SHCOLUMNID at the passed index.
|
![]() | Insert(Int32, ShellViewColumn) |
Inserts an item to the IListT at the specified index.
|
![]() | Remove(SHCOLUMNID) |
Removes the specified column.
|
![]() ![]() | Remove(ShellViewColumn) |
Removes the first occurrence of a specific object from the ICollectionT.
|
![]() | RemoveAt |
Removes the IListT item at the specified index.
|
![]() | SetColumnName |
Changes the name of the column identified by the passed id.
|
![]() ![]() | SetColumns |
Replaces the currently shown columns by the columns passed.
|
![]() | SetColumnWidth |
Sets the width of the column identified by the passed id.
|
![]() ![]() | Show |
Adds the column at its default position.
|