Class WindowDescription
The description of a .NET Windows Forms Window test object.
public class WindowDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
WindowDescription
- Implements
- 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.
public bool? IsActive { 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?
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 floating toolbar window
public bool? IsToolWindow { get; set; }
Property Value
- bool?
IsTopmost
Indicates whether this object should be the topmost window even when it is deactivated.
public bool? IsTopmost { get; set; }
Property Value
- bool?