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 copy.
See Also Languages PowerWEB TextBox for ASP.NET

CopyFrom Method

Dart.PowerWEB.TextBox Namespace > ButtonStyle Class : CopyFrom Method (ButtonStyle)

Duplicates the style properties of the specified Style into the instance of the Style class that this method is called from.

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

Parameters

s
A style type that represents the style to copy.

Remarks

Use the CopyFrom method to duplicate the style properties of the specified Style into 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.