dbicMonth Send comments on this topic.
ControlStyle Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : ControlStyle Property

Assigns a predefined style to the control

Syntax

Visual Basic (Declaration) 
Public Property ControlStyle As enumControlStyle
C# 
public enumControlStyle ControlStyle {get; set;}

Property Value

enumControlStyle

Remarks

This property will always return the same default value. Assigning a new value to it will adjust the settings of multiple properties on the control to achieve a predefined style.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also