Click or drag to resize

ShellViewColumnsGetColumnWidth Method

Returns the width of the column identified by the passed id.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
protected int GetColumnWidth(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId  SHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Return Value

Int32
The width of the column or 0 if it's not displayed.
See Also