Intersoft WebInput Documentation
CopyFrom(Object,Boolean) Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInputStyleSettings Class > CopyFrom Method : CopyFrom(Object,Boolean) Method






objSource
cloneSourceValue

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub CopyFrom( _
   ByVal objSource As System.Object, _
   ByVal cloneSourceValue As System.Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebInputStyleSettings
Dim objSource As System.Object
Dim cloneSourceValue As System.Boolean
 
instance.CopyFrom(objSource, cloneSourceValue)
C# 
public virtual void CopyFrom( 
   System.object objSource,
   System.bool cloneSourceValue
)
Delphi 
public procedure CopyFrom( 
    objSource: System.TObject;
    cloneSourceValue: System.Boolean
); virtual; 
JScript 
public function CopyFrom( 
   objSource : System.Object,
   cloneSourceValue : System.boolean
);
Managed Extensions for C++ 
public: virtual void CopyFrom( 
   System.Object* objSource,
   System.bool cloneSourceValue
) 
C++/CLI 
public:
virtual void CopyFrom( 
   System.Object^ objSource,
   System.bool cloneSourceValue
) 

Parameters

objSource
cloneSourceValue

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.