ToolBarConstants Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Class that represents toolbar constants.
Inheritance Hierarchy

SystemObject
  Telerik.WebAii.Controls.HtmlToolBarConstants

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 ToolBarConstants

The ToolBarConstants type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCssLightToolBarArrowIcon
The CSS class identifying the Lightweight ToolBar drop down and split button arrow icon.
Public fieldStatic memberCssLightToolBarButton
The CSS class identifying the Lightweight ToolBar button.
Public fieldStatic memberCssLightToolBarButtonArrow
The CSS class identifying the Lightweight ToolBar drop down and split button arrow.
Public fieldStatic memberCssLightToolBarExpanded
The CSS class identifying the Lightweight ToolBar drop down and split button expanded state.
Public fieldStatic memberCssLightToolBarMenuButton
The CSS class identifying the ToolBar drop down button.
Public fieldStatic memberCssLightToolBarSplitButton
The CSS class identifying the Lightweight ToolBar split button.
Public fieldStatic memberCssToolBar
The CSS class identifying the ToolBar control.
Public fieldStatic memberCssToolBarButton
The CSS class identifying the ToolBar button.
Public fieldStatic memberCssToolBarButtonChoiceArrow
The CSS class identifying the ToolBar drop down and split button arrow.
Public fieldStatic memberCssToolBarDropDownButton
The CSS class identifying the ToolBar drop down button.
Public fieldStatic memberCssToolBarDropDownExpanded
The CSS class identifying the ToolBar drop down and split button expanded state.
Public fieldStatic memberCssToolBarItem
The CSS class identifying the ToolBar item.
Public fieldStatic memberCssToolBarItemText
The CSS class identifying the ToolBar item text span element.
Public fieldStatic memberCssToolBarItemWrap
The CSS class identifying the ToolBar item wrap link element.
Public fieldStatic memberCssToolBarMenuButton
The CSS class identifying the ToolBar drop down button.
Public fieldStatic memberCssToolBarSeparator
The CSS class identifying the ToolBar item separator.
Public fieldStatic memberCssToolBarSplitButton
The CSS class identifying the ToolBar split button.
Public fieldStatic memberDropDownButtonKey
The ToolBarDropDownButton key used across the source classes.
Public fieldStatic memberSplitButtonKey
The ToolBarSplitButton key used across the source classes.
Public fieldStatic memberToolBar
The ToolBar key used across the source classes.
Public fieldStatic memberToolBarButtonKey
The ToolBarButton key used across the source classes.
Public fieldStatic memberToolBarItemKey
The ToolBarItem key used across the source classes.
Top
See Also

Reference