Infragistics(R) NetAdvantage(R) Windows Forms
Clone Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > OptionSetEditor Class : Clone Method

defaultOwner
An instance of the default EmbeddableEditorOwnerBase-derived class from which to obtain owner-specific information
Creates a copy of the embeddable editor with the specified default owner.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Clone( _
   ByVal defaultOwner As EmbeddableEditorOwnerBase _
) As EmbeddableEditorBase

Parameters

defaultOwner
An instance of the default EmbeddableEditorOwnerBase-derived class from which to obtain owner-specific information

Return Value

A copy of the editor

See Also