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
)
Public Overrides Function Add (
pValue As ColumnHeader
) As Integer
public:
virtual int Add(
ColumnHeader^ pValue
) override
abstract Add :
pValue : ColumnHeader -> int
override Add :
pValue : ColumnHeader -> int
Parameters
- pValue
- Type: System.Windows.FormsColumnHeader
The System.Windows.Forms.ColumnHeader to add to the collection.
Return Value
Type:
Int32The 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