asp.net.ph

WebControl.MergeStyle Method

System.Web.UI.WebControls Namespace   WebControl Class


Copies any non-blank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is primarily used by control developers.

[ VB ]
Public Sub MergeStyle ( _
   ByVal s As Style _
)

[ C# ]
public void MergeStyle (
   Style s
);

[ C++ ]
public: void MergeStyle (
   Style* s
);

[ JScript ]
public function MergeStyle (
   s : Style
);

Parameters

s
The style to be copied.
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