 
       wx.msw.PyAxBaseWindow¶
  wx.msw.PyAxBaseWindow¶A Window class for use with ActiveX controls.
This Window class exposes some low-level Microsoft Windows specific methods which can be overridden in Python. Intended for use as an ActiveX container, but could also be useful elsewhere.
 Class API¶
 Class API¶wx.msw.PyAxBaseWindow(Window)¶Possible constructors:
PyAxBaseWindow(parent, id=-1, pos=DefaultPosition, size=DefaultSize,
               style=0, name=PanelNameStr)
PyAxBaseWindow()
A Window class for use with ActiveX controls.
This Window class exposes some low-level Microsoft Windows specific methods which can be overridden in Python. Intended for use as an ActiveX container, but could also be useful elsewhere.
__init__(self, *args, **kw)¶__init__ (self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)
| Parameters: | 
 | 
|---|
__init__ (self)
MSWTranslateMessage(self, msg)¶| Parameters: | msg (wx.msw.WXMSG) – | 
|---|---|
| Return type: | bool |