dundas.controls.MenuItemStateStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.MenuItemStateStyle
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
activeBackground Gets or sets the active background brush.
activeBorder Gets or sets the active border in the control.
activeFont Gets or sets the font settings for this menu item when active.
activeIndicatorIcon Gets or sets the URL of the icon to be shown to the right of the item when active.
activeItemIcon Gets or sets the URL of the icon to be shown to the left of the item when active.
hoverBackground Gets or sets the hover background brush.
hoverBorder Gets or sets the hover border in the control.
hoverFont Gets or sets the font settings for this menu item when hovering.
hoverIndicatorIcon Gets or sets the URL of the icon to be shown to the right of the item when hovering.
hoverItemIcon Gets or sets the URL of the icon to be shown to the left of the item when hovering.
restBackground Gets or sets the resting background brush.
restBorder Gets or sets the rest border in the control.
restFont Gets or sets the font settings for this menu item when at rest.
restIndicatorIcon Gets or sets the URL of the icon to be shown to the right of the item when at rest.
restItemIcon Gets or sets the URL of the icon to be shown to the left of the item when at rest.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.