MonthCalendar Class
Members See Also 
SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls Namespace : MonthCalendar Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<TemplatePartAttribute(Name="PART_VisibleDaysHost", Type=SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls.MonthCalendarContainer)>
<TemplatePartAttribute(Name="PART_PreviousButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<TemplatePartAttribute(Name="PART_NextButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
Public Class MonthCalendar 
   Inherits System.Windows.Controls.Control
Visual Basic (Usage) Copy Code
Dim instance As MonthCalendar
C#  
[TemplatePart(Name="PART_VisibleDaysHost", Type=SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls.MonthCalendarContainer)]
[TemplatePart(Name="PART_PreviousButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[TemplatePart(Name="PART_NextButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
public class MonthCalendar : System.Windows.Controls.Control 
C++/CLI  
[TemplatePart(Name="PART_VisibleDaysHost", Type=SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls.MonthCalendarContainer)]
[TemplatePart(Name="PART_PreviousButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[TemplatePart(Name="PART_NextButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
public ref class MonthCalendar : public System.Windows.Controls.Control 

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls.MonthCalendar

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also