dbicMonth Send comments on this topic.
enumTitleSize Enumeration
See Also  
dbicMonth Assembly > Dbi.WinControl.Month Namespace : enumTitleSize Enumeration

How the title section is sized.

Syntax

Visual Basic (Declaration) 
Public Enum enumTitleSize 
   Inherits System.Enum
C# 
public enum enumTitleSize : System.Enum 

Members

MemberDescription
LargeThe height of the title area will be large.
MediumThe height of the title area will be a medium height.
SmallThe height of the title area will be small.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Month.enumTitleSize

Requirements

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

See Also