Creates a new ControlStyle object.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
protected ControlStyle createControlStyle () |
An instance of the ControlStyle class.
RemarksInvoke 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