Specifies the visual style of the calendar child controls.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public enum ControlAppearance |
Visual Basic
Copy Code
|
|---|
Public Enum ControlAppearance |
Members| Member name | Description | |
|---|---|---|
![]() |
Custom |
Use custom child controls that allow applying MindFusion.Scheduling styles to them. |
![]() |
System |
Use the standard controls provided by the .NET framework, such as TextBox, Button and ScrollBar. |
![]() |
Unspecified |
Unspecified. |
See Also