Search
Calendar.getControlStyle Method
See Also
 






Gets a ControlStyle object that allows customizing the visualization of the calendar child controls.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public ControlStyle getControlStyle ()

 Return Value

An instance of the ControlStyle class.

 Remarks

Members of the ControlStyle class let you customize the appearance of the button and scrollbar child controls contained in the calendar control. This property is ignored if getControlAppearance is set to ControlAppearance.System.

 See Also