Copies non-blank elements from the specified style, overwriting existing style elements if necessary.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public virtual void CopyFrom(
	C1WebMenuSpecialSymbolStyle s
)
Visual Basic (Declaration)
Public Overridable Sub CopyFrom ( _
	s As C1WebMenuSpecialSymbolStyle _
)

Parameters

s
Type: C1.Web.Command..::.C1WebMenuSpecialSymbolStyle
The style to copy.

See Also