Gets a value indicating the appearance of the system controls within the Calendar, such as buttons and scrollbars.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract ControlStyle ControlStyle { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property ControlStyle As ControlStyle |
An instance of the ControlStyle class.
See Also