NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Style.MergeWith

Merges in the attributes set in the specified style that are not already set in this style.

[Visual Basic]
Overridable Public Sub MergeWith( _
   ByVal s As Style _
)
[C#]
public virtual void MergeWith(
   Style s
);
[C++]
public: virtual void MergeWith(
   Style* s
);
[JScript]
public function MergeWith(
   s : Style
);

Parameters

s
[To be supplied.]

See Also

Style Class | Style Members | System.Web.UI.WebControls Namespace