Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 435 Bytes

window.md

File metadata and controls

14 lines (9 loc) · 435 Bytes

Window is the ultimate container for an application, it may have menus and other control buttons that other controls do not have.

Methods

SetTransparency

This sets the alpha attribute of the window, allowing the automation API to indicate which window is beig processed (for example).

Window window = automation.getDesktopWindow("Form1");
window.setTransparency(128);