See Also

ButtonStyle Class  | ButtonStyle 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 > ButtonStyle Class : MergeWith Method (ButtonStyle)

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

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

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

ButtonStyle Class  | ButtonStyle Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.