Version

DropDownRoles Enumeration

Roles defined for the ig_dropDown.css file.
Syntax
'Declaration
 
Public Enum DropDownRoles 
   Inherits System.Enum
public enum DropDownRoles : System.Enum 
Members
MemberDescription
ControlThe CSS Class that will be applied to the outer control.
ControlAreaThe CSS class that will be applied to the table under the control div, that accomodates the input value display box and the drop down button
ControlDisabledThe CSS Class that will be applied to the outer control is Disabled
ControlFocusThe CSS class that will be applied when the control is focused
ControlHoverThe CSS class that will be applied when the control is hovered
DropDownButtonThe Top Right corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Horizontal.

DropDownButtonHoverThe Bottom Left corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Horizontal.

DropDownList 
DropDownListContainerA TD that wraps the Footer.

This CSS Class should be used for applying a Background-Image along the bottom border of the control.

Applied when Orientation is set to Horizontal.

DropDownListContainerHoverThe Top Left corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Horizontal.

DropDownListHover 
DropDownListReadOnlyA TD on the left side of the ImageArea.

This CSS Class should be used for applying a Background-Image along the left border of the control.

Applied when Orientation is set to Horizontal.

ListItemThe CSS class that will be applied to the Previous Button.

The Previous Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Horizontal.

ListItemActive 
ListItemDisabledA TD that contains the ImageArea.

If you would like a border around the ImageArea, this is the class to use.

Applied when Orientation is set to Horizontal.

ListItemHoverThe CSS class that will be applied to the Container of the Next Button.

This css Class is the TD in which the Image element is rendered. This style can be used to set the vetical-align CSS attribute.

Applied when Orientation is set to Horizontal.

ListItemSelectedThe CSS class that will be applied to the Next Button.

The Next Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Horizontal.

LoadingItemsMessage 
NullText 
PageCurrent 
PageLink 
PagerA DIV that contains all of the Images.

In XHTML, to apply a border around the images a padding-bottom must be set to the size of the border-top-width plus the border-bottom-width.

Applied when Orientation is set to Horizontal.

ValueDisplayThe CSS class that will be applied to the ValueDisplay (input box) component
ValueDisplayDisabled 
ValueDisplayFocus 
ValueDisplayHoverThe CSS class that will be applied to the ValueDisplay (input box) component when it is hovered
ValueDisplayReadOnly 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also