PocketPlanner Programmer's Guide

Style.Clone Method

See Also

Creates an exact copy of this Style object.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public virtual Object Clone ()

Visual Basic

Public Overridable Function Clone () As Object

 Return Value

The Style copy created by this method.

 See Also