pyWinAuto: pywinauto.controls.common_controls.HeaderWrapper -- Class that wraps Windows ListView Header common control

HeaderWrapper

Class that wraps Windows ListView Header common control


Attributes

a handle

None

a windowclasses

['SysHeader32']

a friendlyclassname

'Header'

Methods

f __eq__(self, other) ...

Returns True if the handles of both controls are the same

f __init__(self, hwnd) ...

Initialise the instance

f ItemCount(self) ...

Return the number of columns in this header

f GetColumnRectangle(self, column_index) ...

Return the rectangle for the column specified by column_index

f ClientRects(self) ...

Return all the client rectangles for the header control

f GetColumnText(self, column_index) ...

Return the text for the column specified by column_index

f Texts(self) ...

Return the texts of the Header control

See the source for more information.