ITableColumnDefinition2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class ITableColumnDefinition2 : Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition
public interface class ITableColumnDefinition2 : Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition
__interface ITableColumnDefinition2 : Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition
public interface ITableColumnDefinition2 : Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition
type ITableColumnDefinition2 = interface
interface ITableColumnDefinition
Public Interface ITableColumnDefinition2
Implements ITableColumnDefinition
- Derived
- Implements
Properties
ColumnDefinition |
Gets the width of the item in the table's header (which is inherited by the corresponding columns of the entries). (Inherited from ITableColumnDefinition) |
Comparer |
The StringComparer used to sort and compare entries in this column. (Inherited from ITableColumnDefinition) |
DefaultVisible |
Indicates whether the column is visible by default. (Inherited from ITableColumnDefinition) |
DefaultWidth |
Gets the default width associated with a column. |
DisplayImage |
ImageMoniker shown for this column in the header. (Inherited from ITableColumnDefinition) |
DisplayName |
Localized name of the column. (Inherited from ITableColumnDefinition) |
FilterPresets |
The strings that always exist as filterable items for this list. (Inherited from ITableColumnDefinition) |
HeaderName |
Localized name used when adding headers to entries copied from the control to the clipboard. (Inherited from ITableColumnDefinition) |
IsCopyable |
Indicates whether the user can copy the column's content using the default copy command. (Inherited from ITableColumnDefinition) |
IsFilterable |
Indicated whether the column can be filtered using the default UI. (Inherited from ITableColumnDefinition) |
IsHideable |
Indicates whether the user can hide the column using the default UI. (Inherited from ITableColumnDefinition) |
IsMovable |
Indicates whether the user can move the column using the default UI. (Inherited from ITableColumnDefinition) |
IsResizable |
Indicates whether the user can change the column's width using the default UI. (Inherited from ITableColumnDefinition) |
IsSortable |
Indicates whether the colimn can be sorted using the default UI. (Inherited from ITableColumnDefinition) |
MaxWidth |
Maximum width of the column (in pixels). (Inherited from ITableColumnDefinition) |
MinWidth |
Minumum width of the column (in pixels). (Inherited from ITableColumnDefinition) |
Name |
Unique identifier of the column. (Inherited from ITableColumnDefinition) |
TextWrapping |
Indicates whether the user can copy the column's content should be wrapped if it is too large to fit. (Inherited from ITableColumnDefinition) |