Spread Windows Forms 7.0 Product Documentation
ElementControl Constructor(Object)
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class > ElementControl Constructor : ElementControl Constructor(Object)


cloneFrom
Object on which to base the control element being created

Glossary Item Box

Creates a control element (ElementControl object) based on the specified object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal cloneFrom As Object _
)
Visual Basic (Usage)Copy Code
Dim cloneFrom As Object
 
Dim instance As New ElementControl(cloneFrom)
C# 
public ElementControl( 
   object cloneFrom
)

Parameters

cloneFrom
Object on which to base the control element being created

Remarks

Initializes an instance of the ElementControl class based on the specified object.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.