See Also

HtmlBoxDialog Class  | HtmlBoxDialog Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

s
A style type that represents the style to combine.
See Also Languages PowerWEB TextBox for ASP.NET

MergeWith Method

Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : MergeWith Method (HtmlBoxDialog)

Combines the style properties of the specified Style with the instance of the Style class that this method is called from.

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

Parameters

s
A style type that represents the style to combine.

Remarks

Use the MergeWith method to combine the style properties of the specified Style with the instance of the Style class that this method is called from.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBoxDialog Class  | HtmlBoxDialog Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.