Click or drag to resize

ShellBrowserGetColumnInfo Method

Use this function to get information about the columns, which the Explorer uses in the details view. Provides the default alignment and the default width of a column, like Explorer would use it. Use GetColumnText(Int32, Boolean) or GetColumnText(SHCOLUMNID, Boolean) to get the column title or the text for a specific column.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public HorizontalAlignment GetColumnInfo(
	int pShellIndex,
	out int pWidth
)

Parameters

pShellIndex
Type: SystemInt32
Contains the Shellindex of the column, for which the information should be returned.
pWidth
Type: SystemInt32
Is an \"out\" parameter, which returns the default width of the column in the Windows Explorer.

Return Value

Type: HorizontalAlignment
The function returns the default alignment of the column.
See Also