Intersoft WebInput Documentation
CopyBaseAttributes Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : CopyBaseAttributes Method






controlSrc

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub CopyBaseAttributes( _
   ByVal controlSrc As System.Web.UI.WebControls.WebControl _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim controlSrc As System.Web.UI.WebControls.WebControl
 
instance.CopyBaseAttributes(controlSrc)
C# 
public void CopyBaseAttributes( 
   System.Web.UI.WebControls.WebControl controlSrc
)
Delphi 
public procedure CopyBaseAttributes( 
    controlSrc: System.Web.UI.WebControls.WebControl
); 
JScript 
public function CopyBaseAttributes( 
   controlSrc : System.Web.UI.WebControls.WebControl
);
Managed Extensions for C++ 
public: void CopyBaseAttributes( 
   System.Web.UI.WebControls.WebControl* controlSrc
) 
C++/CLI 
public:
void CopyBaseAttributes( 
   System.Web.UI.WebControls.WebControl^ controlSrc
) 

Parameters

controlSrc

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.