Search
Theme.ControlStyle Property
See Also
 





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

 Syntax

C#  Copy Code

public abstract ControlStyle ControlStyle { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property ControlStyle As ControlStyle

 Property Value

An instance of the ControlStyle class.

 See Also