Class WindowDescription
The description of a standard Windows Window test object.
public class WindowDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
- Inheritance
-
WindowDescription
- Implements
- Derived
- Inherited Members
Constructors
WindowDescription()
public WindowDescription()
Properties
HasBorder
Indicates whether this object has a thin-line border.
public bool? HasBorder { get; set; }
Property Value
- bool?
HasCaption
Indicates whether this object has a title bar.
public bool? HasCaption { get; set; }
Property Value
- bool?
HasSizebox
Indicates whether this object has a sizing border.
public bool? HasSizebox { get; set; }
Property Value
- bool?
HasSystemMenu
Indicates whether this object has a window menu on its title bar.
public bool? HasSystemMenu { get; set; }
Property Value
- bool?
IsActive
Indicates whether this object is the foreground object . (whether the object is currently active).
public bool? IsActive { get; set; }
Property Value
- bool?
IsChildWindow
Indicates whether this object's window is a child window.
public bool? IsChildWindow { get; set; }
Property Value
- bool?
IsMaximizable
Indicates whether this object can be maximized.
public bool? IsMaximizable { get; set; }
Property Value
- bool?
IsMdiChildWindow
Indicates whether this object is a multiple-document interface (MDI) child window.
public bool? IsMdiChildWindow { get; set; }
Property Value
- bool?
IsMinimizable
Indicates whether this object can be minimized.
public bool? IsMinimizable { get; set; }
Property Value
- bool?
IsOwnedWindow
Indicates whether this object's window has an owner window.
public bool? IsOwnedWindow { get; set; }
Property Value
- bool?
IsPopupWindow
Indicates whether this object is a pop-up window.
public bool? IsPopupWindow { get; set; }
Property Value
- bool?
IsToolWindow
Indicates whether this object is a tool window
(a window to be used as a floating toolbar).
public bool? IsToolWindow { get; set; }
Property Value
- bool?
IsTopmost
Indicates whether this object is placed and remains above all non-topmost windows, even when it is deactivated.
public bool? IsTopmost { get; set; }
Property Value
- bool?