Search
Calendar.ControlStyle Property
See Also
 





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

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

 Syntax

C#  Copy Code

public ControlStyle ControlStyle { get; }

Visual Basic  Copy Code

Public ReadOnly Property ControlStyle As ControlStyle

 Property 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 ControlAppearance is set to System.

 See Also