MmcListViewColumn.Format Property
Gets or sets the column format that specifies the alignment of the title within the column. This value cannot be modified after the column has been inserted into an MMC list view collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public MmcListViewColumnFormat Format { get; set; }
public:
property MmcListViewColumnFormat Format {
MmcListViewColumnFormat get();
void set(MmcListViewColumnFormat value);
}
member Format : MmcListViewColumnFormat with get, set
Public Property Format As MmcListViewColumnFormat
Property Value
Type: Microsoft.ManagementConsole.MmcListViewColumnFormat
The horizontal alignment of the title
See Also
MmcListViewColumn Class
Microsoft.ManagementConsole Namespace
Return to top