General Windows properties, methods, and events
A base set of properties, methods, and events apply to controls created through the interrogation of Windows applications (OpenSpan.Adapters.Controls.Control). Definitions of these properties, methods, and events are provided in the table below. Additional properties, methods, and events are exposed based on the target type.
For example, for a RichTextBox control, the AppendText method is available (among other control-specific methods). See the following topics for more information on OpenSpan.Adapters.Windows.Targets:
- TabbedReparentContainer
- Grid Controls
- ListBox/ComboBox Controls
- ListView
- Radio Button
- TreeView
- Windows application properties
Windows applications have the following properties that can be defined to control how an application works with Pega Robot Studio.
- General Windows component properties
Use the Windows properties to define Windows controls in your automation.
- General Windows component methods
Use General Windows methods to define actions in your automation.
- General Windows component events
Use General Windows events to define actions in your automation.
Previous topic WaitAll and WaitAny components Next topic Windows application properties