Problem
Missing things in class Window
Proposed Solution
Set focus to a control:
Window.SetFocus(control)
No focus control in window
Window.ClearFocus()
Event canStopClose() for accept closing window or not
Example Workflow
canStopClose() as Boolean
return True # for cancel window close
Alternatives Considered
Who Would This Help?