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.1
Syntax protected int GetColumnWidth(
SHCOLUMNID pShellColumnId
)
Protected Function GetColumnWidth (
pShellColumnId As SHCOLUMNID
) As Integer
protected:
int GetColumnWidth(
SHCOLUMNID pShellColumnId
)
member GetColumnWidth :
pShellColumnId : SHCOLUMNID -> int
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
Return Value
Type:
Int32The width of the column or 0 if it's not displayed.
See Also