ShellViewColumnsSetColumnWidth Method |
Sets 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 void SetColumnWidth(
SHCOLUMNID pShellColumnId,
int pNewWidth
)
Protected Sub SetColumnWidth (
pShellColumnId As SHCOLUMNID,
pNewWidth As Integer
)
protected:
void SetColumnWidth(
SHCOLUMNID pShellColumnId,
int pNewWidth
)
member SetColumnWidth :
pShellColumnId : SHCOLUMNID *
pNewWidth : int -> unit
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column. - pNewWidth
- Type: SystemInt32
The width in pixel.
See Also