Click or drag to resize

ColumnHeaderClone Method

Creates an identical copy of the current ColumnHeader that is not attached to any list view control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public virtual Object Clone()

Return Value

Type: Object
An object representing a copy of this ColumnHeader object.

Implements

ICloneableClone
See Also