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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Class MonthCalendarContainer 
   Inherits System.Windows.Controls.ListBox
   Implements MS.Internal.Controls.IGeneratorHost 
Visual Basic (Usage) Copy Code
Dim instance As MonthCalendarContainer
C#  
public class MonthCalendarContainer : System.Windows.Controls.ListBox, MS.Internal.Controls.IGeneratorHost  
C++/CLI  
public ref class MonthCalendarContainer : public System.Windows.Controls.ListBox, MS.Internal.Controls.IGeneratorHost  

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
                     System.Windows.Controls.ItemsControl
                        System.Windows.Controls.Primitives.Selector
                           System.Windows.Controls.ListBox
                              SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls.MonthCalendarContainer

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