#include <ax/ax_ui_adaptation_standard.h>

Public Member Functions | |
| AxHtmlWindowAdapter () | |
| virtual wxString | GetName () |
| Override to return the name of the control. | |
| virtual wxString | GetStateText (AxContentLevel level) |
| Override to return text representing the state of the control, for example the current value. | |
| virtual wxString | GetContent (AxContentLevel level) |
| Get content. | |
| wxHtmlWindow * | GetHtmlWindow () const |
| AxHtmlWindowAdapter::AxHtmlWindowAdapter | ( | ) | [inline] |
| wxString AxHtmlWindowAdapter::GetContent | ( | AxContentLevel | level | ) | [virtual] |
| wxHtmlWindow * AxHtmlWindowAdapter::GetHtmlWindow | ( | ) | const |
| wxString AxHtmlWindowAdapter::GetName | ( | ) | [virtual] |
| wxString AxHtmlWindowAdapter::GetStateText | ( | AxContentLevel | level | ) | [virtual] |
Override to return text representing the state of the control, for example the current value.
Implements AxAdapter.
1.5.8