pyWinAuto: pywinauto.controls.win32_controls.StaticWrapper -- Wrap a windows Static control

StaticWrapper

Wrap a windows Static control


Attributes

a handle

None

a windowclasses

['Static', 'WindowsForms\\d*\\.STATIC\\..*', 'TPanel']

a friendlyclassname

'Static'

Methods

f __eq__(self, other) ...

Returns True if the handles of both controls are the same

f __init__(self, hwnd) ...

Initialize the control

See the source for more information.