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

    See Also