WebPartMenuStyle.MergeWith(Style) Method

Definition

Copies nonblank style elements to the WebPartMenuStyle instance, but does not overwrite existing style elements.

public:
 override void MergeWith(System::Web::UI::WebControls::Style ^ s);
public override void MergeWith (System.Web.UI.WebControls.Style s);
override this.MergeWith : System.Web.UI.WebControls.Style -> unit
Public Overrides Sub MergeWith (s As Style)

Parameters

s
Style

A Style that contains style information to copy.

Remarks

The MergeWith method is similar to the CopyFrom method in that it copies style elements from a specified Style object, but it differs in that it does not overwrite any existing style elements in the WebPartMenuStyle instance.

Note

One reason this method overrides its base method is to customize the process of assigning a value to the ShadowColor property.

Applies to

See also