PocketPlanner Programmer's Guide

Style.Restore Method

See Also

Restores a Style object from a style string representation.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Restore (
    string representation
)

Visual Basic

Public Sub Restore ( _
    representation As String _
)

 Parameters

representation
The string representation of the style.

 Remarks

Restore the Style members from the string created by Store.

 See Also