MindFusion WinForms Programmer's Guide
Theme.CreateControlStyle Method
See Also
 





Creates a new ControlStyle object.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected ControlStyle CreateControlStyle ()

Visual Basic  Copy Code

Protected Function CreateControlStyle () As ControlStyle

 Return Value

An instance of the ControlStyle class.

 Remarks

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

 See Also

Theme Members
Theme Class
MindFusion.Scheduling.WinForms Namespace