Copies the content of another InputAction object into the current object.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public virtual void AssignFrom(
	RenderInputComboBoxItem source
)
Visual Basic (Declaration)
Public Overridable Sub AssignFrom ( _
	source As RenderInputComboBoxItem _
)

Parameters

source
Type: C1.C1PrintDocument..::.RenderInputComboBoxItem
The source object, whose properties are to be copied into this object.

See Also