Copies the properties from another AwxListField

Namespace: Ico.Awx.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void CopyFrom(
	AwxListField oldItem
)
Visual Basic
Public Sub CopyFrom ( _
	oldItem As AwxListField _
)
JScript
public function CopyFrom(
	oldItem : AwxListField
)

Parameters

oldItem
Type: Ico.Awx.List..::..AwxListField

See Also