MonthCalendar Class (2007 System)

Represents a Windows Forms MonthCalendar that can be added to a Microsoft Office Excel worksheet.

Namespace:  Microsoft.Office.Tools.Excel.Controls
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class MonthCalendar _
    Inherits MonthCalendar _
    Implements ISupportInitializeExtendedControl
'Usage
Dim instance As MonthCalendar
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class MonthCalendar : MonthCalendar, 
    ISupportInitializeExtendedControl
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class MonthCalendar : public MonthCalendar, 
    ISupportInitializeExtendedControl
public class MonthCalendar extends MonthCalendar implements ISupportInitializeExtendedControl

Remarks

The Microsoft.Office.Tools.Excel.Controls.MonthCalendar is different from a System.Windows.Forms.MonthCalendar. The Microsoft.Office.Tools.Excel.Controls.MonthCalendar has additional members that enable it to be added to an Excel worksheet and that give it additional methods and properties.

Do not use the New constructor to create a new MonthCalendar. Use the AddMonthCalendar method to add a new MonthCalendar to a worksheet.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.MonthCalendar
          Microsoft.Office.Tools.Excel.Controls.MonthCalendar

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MonthCalendar Members

Microsoft.Office.Tools.Excel.Controls Namespace