Index of the handleprops module
-
m
pywinauto.handleprops
...
- Functions to retrieve properties from a window handle
- f text ... - Return the text of the window
- f classname ... - Return the class name of the window
- f isvisible ... - Return True if the window is visible
- f font ... - Return the font as a LOGFONTW of the window
- f children ... - Return a list of handles to the children of this window
- f userdata ... - Return the value of any userdata associated with the window
- f style ... - Return the style of the window
- f has_exstyle ... - Return True if the control has extended style tocheck
- f rectangle ... - Return the rectangle of the window
- f controlid ... - Return the ID of the control
- f parent ... - Return the handle of the parent of the window
- f isenabled ... - Return True if the window is enabled
- f isunicode ... - Teturn True if the window is a unicode window
- f contexthelpid ... - Return the context help id of the window
- f iswindow ... - Return True if the handle is a window
- f has_style ... - Return True if the control has style tocheck
- f processid ... - Retrun the ID of process that controls this window
- f clientrect ... - Return the client rectangle of the control
- f dumpwindow ... - Dump a window to a set of properties
- f exstyle ... - Return the extended style of the window
- f is_toplevel_window ... - Return whether the window is a top level window or not