Table of Contents

Class WindowDescription

Description of a window in a SAP GUI for Windows application.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class WindowDescription : ElementDescription, ICloneable, IDescription

Constructors

WindowDescription()

Initializes a new instance of the WindowDescription class.

Declaration
public WindowDescription()

Properties

IsMinimized

Indicates whether the window is minimized.

Declaration
public bool? IsMinimized { get; set; }
Property Value
Type Description
bool?

Program

The name of the SAP source program that is currently executing.

Declaration
public StringProperty Program { get; set; }
Property Value
Type Description
StringProperty

ScreenNumber

The number of the currently displayed screen.

Declaration
public uint? ScreenNumber { get; set; }
Property Value
Type Description
uint?

Text

The text associated with the window.

Declaration
public StringProperty Text { get; set; }
Property Value
Type Description
StringProperty

Transaction

The transaction the user is currently executing.

Declaration
public StringProperty Transaction { get; set; }
Property Value
Type Description
StringProperty

WorkingPaneSize

The window's working pane size in character metric. The working pane is the area between the toolbar and the status bar.

Declaration
public SizeProperty WorkingPaneSize { get; set; }
Property Value
Type Description
SizeProperty

Implements

ICloneable
IDescription