Visual Basic (Declaration) | |
---|---|
Public Sub CopyBaseAttributes( _ ByVal controlSrc As System.Web.UI.WebControls.WebControl _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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
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