handleprops
Functions to retrieve properties from a window handle
The handleprops module is accessible via the
pywinauto
module.
These are implemented in a procedural way so as to to be
useful to other modules with the least conceptual overhead
Functions
Return the text of the window
Return the class name of the window
Return the handle of the parent of the window
Return the style of the window
Return the extended style of the window
Return the ID of the control
Return the value of any userdata associated with the window
Return the context help id of the window
Return True if the handle is a window
Return True if the window is visible
Teturn True if the window is a unicode window
Return True if the window is enabled
Return the client rectangle of the control
Return the rectangle of the window
Return the font as a LOGFONTW of the window
Retrun the ID of process that controls this window
Return a list of handles to the children of this window
Return True if the control has style tocheck
Return True if the control has extended style tocheck
Return whether the window is a top level window or not
Dump a window to a set of properties
See
the source
for more information.