Class WindowDescription
Description of a window in a SAP GUI for Windows application.
public class WindowDescription : ElementDescription, ICloneable, IDescription
- Inheritance
-
WindowDescription
- Implements
- Inherited Members
Constructors
WindowDescription()
Initializes a new instance of the WindowDescription class.
public WindowDescription()
Properties
IsMinimized
Indicates whether the window is minimized.
public bool? IsMinimized { get; set; }
Property Value
- bool?
Program
The name of the SAP source program that is currently executing.
public StringProperty Program { get; set; }
Property Value
ScreenNumber
The number of the currently displayed screen.
public uint? ScreenNumber { get; set; }
Property Value
- uint?
Text
The text associated with the window.
public StringProperty Text { get; set; }
Property Value
Transaction
The transaction the user is currently executing.
public StringProperty Transaction { get; set; }
Property Value
WorkingPaneSize
The window's working pane size in character metric. The working pane is the area between the toolbar and the status bar.
public SizeProperty WorkingPaneSize { get; set; }