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.0
Syntax
protected int GetColumnWidth(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Return Value

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