_CalendarView.MonthFont Property

Returns a ViewFont object that represents the font used when displaying items for a specified month in the CalendarView object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property MonthFont As ViewFont
    Get
'Usage
Dim instance As _CalendarView
Dim value As ViewFont

value = instance.MonthFont
[DispIdAttribute()]
ViewFont MonthFont { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.ViewFont

Remarks

The value of this property is applicable only when the CalendarViewMode property of the CalendarView object is set to olCalendarViewMonth. The property also represents the font used to display the week, day, and date headers in the view.

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace