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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph