Search
Theme.CreateItemSettings Method
See Also
 






Creates a new ItemSettings object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected ItemSettings CreateItemSettings ()

Visual Basic  Copy Code

Protected Function CreateItemSettings () As ItemSettings

 Return Value

An instance of the ItemSettings class.

 Remarks

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

 See Also