TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / MonthCalendarZoomPolicy Class
Members

In This Topic
    MonthCalendarZoomPolicy Class
    In This Topic
    Represents a zoom policy for System.Windows.Forms.MonthCalendar type control.
    Object Model
    MonthCalendarZoomPolicy Class
    Syntax
    'Declaration
     
    
    Public Class MonthCalendarZoomPolicy 
       Inherits ControlZoomPolicy
    public class MonthCalendarZoomPolicy : ControlZoomPolicy 
    Remarks

    Because of that it is invalid to changed System.Windows.Forms.MonthCalendar's font and bounds, so this zoom policy just adjust System.Windows.Forms.MonthCalendar's location. After zoom in, System.Windows.Forms.MonthCalendar will move to the center of the blank space.

    Inheritance Hierarchy

    System.Object
       C1.Win.TouchToolKit.ZoomPolicy
          C1.Win.TouchToolKit.ControlZoomPolicy
             C1.Win.TouchToolKit.MonthCalendarZoomPolicy

    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