ComponentOne Scheduler for WinForms
VisualStyle Property (C1Schedule)

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : VisualStyle Property
Gets or sets the VisualStyle value determining control's visual style. The default is C1.Win.C1Schedule.UI.VisualStyle.System.
Syntax
'Declaration
 
Public Property VisualStyle As VisualStyle
public VisualStyle VisualStyle {get; set;}
Remarks

Setting this property to any value changes the value of the Theme property.

Setting this property to C1.Win.C1Schedule.UI.VisualStyle.Custom value results in creating the editable copy of currently used theme. The new theme has C1.Win.C1Schedule.UI.VisualStyle.Custom style and an unique string as the Name property.

See Also

Reference

C1Schedule Class
C1Schedule Members