pyWinAuto: pywinauto.controls.common_controls.ReBarWrapper -- Class that wraps Windows ReBar common control

ReBarWrapper

Class that wraps Windows ReBar common control


Attributes

a handle

None

a windowclasses

['ReBarWindow32']

a friendlyclassname

'ReBar'

Methods

f __eq__(self, other) ...

Returns True if the handles of both controls are the same

f __init__(self, hwnd) ...

Initialise the instance

f BandCount(self) ...

Return the number of bands in the control

f GetBand(self, band_index) ...

Get a band of the ReBar control

f GetToolTipsControl(self) ...

Return the tooltip control associated with this control

f Texts(self) ...

Return the texts of the Rebar

See the source for more information.