Gets a ControlStyle object that allows customizing the visualization of the calendar child controls.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ControlStyle ControlStyle { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ControlStyle As ControlStyle |
An instance of the ControlStyle class.
RemarksMembers 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