ShellViewColumnsSetColumnWidth Method |
Sets the width of the column identified by the passed id.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected 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 SHCOLUMNID
- A SHCOLUMNID that serves as identifier of the column.
- pNewWidth Int32
- The width in pixel.
See Also