WindowConstants Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
String constatns of the window(Css classes, Id prefix, etc).
Inheritance Hierarchy

SystemObject
  Telerik.WebAii.Controls.HtmlWindowConstants

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public static class WindowConstants

The WindowConstants type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCssCloseButton
The CSS class identifying the Window's close button element.
Public fieldStatic memberCssMaximizeButton
The CSS class identifying the Window's maximize button element.
Public fieldStatic memberCssMinimizeButton
The CSS class identifying the Window's minimize button element.
Public fieldStatic memberCssPinButton
The CSS class identifying the Window's pin button element.
Public fieldStatic memberCssReloadButton
The CSS class identifying the Window's reload button element.
Public fieldStatic memberCssResizeBorder1
The CSS class identifying the Window's div element, which handles top resize.
Public fieldStatic memberCssResizeBorder2
The CSS class identifying the Window's table cell element, which handles bottom resize.
Public fieldStatic memberCssResizeBorder3
The CSS class identifying the Window's table cell element, which handles resize actions: to left, to right and to diagonals.
Public fieldStatic memberCssStatusBar
The CSS class identifying the Window's statusbar element.
Public fieldStatic memberCssWindow
The CSS class identifying the Window control.
Public fieldStatic memberIdPrefix
The string that is prefix in window Id.
Public fieldStatic memberKeyWindow
The name identifying the Window control.
Top
See Also

Reference