JamShellColumnCollectionAdd(ColumnHeader) Method |
Adds an existing System.Windows.Forms.ColumnHeader to the collection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 ColumnHeader
- The System.Windows.Forms.ColumnHeader to add to the collection.
Return Value
Int32The zero-based index into the collection where the item was added.
Implements
IJamShellColumnCollectionAdd(ColumnHeader)
RemarksColumnHeaders that are not of type JamShellColumnHeader are cloned to the correct type.
See Also