Search
Theme.CreateResourceViewSettings Method
See Also
 






Creates a new ResourceViewSettings object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected ResourceViewSettings CreateResourceViewSettings ()

Visual Basic  Copy Code

Protected Function CreateResourceViewSettings () As ResourceViewSettings

 Return Value

An instance of the ResourceViewSettings class.

 Remarks

Invoke this method from within a derived custom theme class in order to create an instance of the ResourceViewSettings class. This is necessary since ResourceViewSettings does not have a public constructor and cannot be instantiated directly.

 See Also