This documentation is archived and is not being maintained.
WebControl.MergeStyle Method
.NET Framework 1.1
Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.
[Visual Basic] 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
- A Style that represents the style to be copied.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace
Show: