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(
	C1WebTreeViewSpecialSymbolStyle s
)
Visual Basic (Declaration)
Public Overridable Sub CopyFrom ( _
	s As C1WebTreeViewSpecialSymbolStyle _
)

Parameters

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

See Also