Click or drag to resize

JamShellColumnCollectionAdd Method (ColumnHeader)

Adds an existing System.Windows.Forms.ColumnHeader to the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public override int Add(
	ColumnHeader pValue
)

Parameters

pValue
Type: System.Windows.FormsColumnHeader
The System.Windows.Forms.ColumnHeader to add to the collection.

Return Value

Type: Int32
The zero-based index into the collection where the item was added.

Implements

IJamShellColumnCollectionAdd(ColumnHeader)
Remarks
ColumnHeaders that are not of type JamShellColumnHeader are cloned to the correct type.
See Also