See Also

BaseChildControl Class  | BaseChildControl 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 that represents the style to be copied.
See Also Languages PowerWEB TextBox for ASP.NET

MergeStyle Method

Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : MergeStyle Method

Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control.

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

Parameters

s
A Style that represents the style to be copied.

Requirements

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

See Also

BaseChildControl Class  | BaseChildControl Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.