pyWinAuto: pywinauto.controls.common_controls.CalendarWrapper -- Class that wraps Windows Calendar common control

CalendarWrapper

Class that wraps Windows Calendar common control


Attributes

a handle

None

a windowclasses

['SysMonthCal32']

a friendlyclassname

'Calendar'

Methods

f __init__(self, hwnd) ...

Initialize the control

  • hwnd is either a valid window handle or it can be an instance or subclass of HwndWrapper.

If the handle is not valid then an InvalidWindowHandle error is raised.

f __eq__(self, other) ...

Returns True if the handles of both controls are the same

See the source for more information.