Table of Contents

Class WindowDescription

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

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

StringProperty

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

StringProperty

Transaction

The transaction the user is currently executing.

public StringProperty Transaction { get; set; }

Property Value

StringProperty

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; }

Property Value

SizeProperty