asp.net.ph

WebControl.CopyBaseAttributes Method

System.Web.UI.WebControls Namespace   WebControl Class


Copies the AccessKey, Enabled, ToolTip, TabIndex, and Attributes properties onto the Web control from the specified source control.

This method is primarily used by control developers.

[ VB ]
Public Sub CopyBaseAttributes ( _
   ByVal controlSrc As WebControl _
)

[ C# ]
public void CopyBaseAttributes (
   WebControl controlSrc
);

[ C++ ]
public: void CopyBaseAttributes (
   WebControl* controlSrc
);

[ JScript ]
public function CopyBaseAttributes (
   controlSrc : WebControl
);

Parameters

controlSrc
The source control with properties to be copied onto the Web control.
See Also

WebControl Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note