AsWindowBase returns a *WindowBase, a pointer to an instance of the struct that implements most operations common to all windows.
()
| 34 | // AsWindowBase returns a *WindowBase, a pointer to an instance of the |
| 35 | // struct that implements most operations common to all windows. |
| 36 | AsWindowBase() *WindowBase |
| 37 | |
| 38 | // Accessibility returns the accessibility object used to set Dynamic Annotation properties of the |
| 39 | // window. |
no outgoing calls
no test coverage detected