Search
ControlStyle Members
Methods
 


Defines the appearance style of calendar child controls, such as buttons and scrollbars.

The following tables list the members exposed by the ControlStyle type.

 Public Methods

  Name Description

addChangeListener

Adds a ChangeListener to the style.

getButtonBorderColor

Gets the color used to draw the buttons border lines.

getButtonFillBrush

Gets the brush used to fill the background of button child controls when they are neither pushed nor the mouse pointer hovers over them.

getButtonFillBrushDown

Gets the brush used to fill the background of button child controls when they are pushed down.

getButtonFillBrushOver

Gets the brush used to fill the background of button child controls when the mouse pointer hovers over them.

getHScrollBarBackBrush

Gets the brush used to fill the background of the horizontal scrollbar.

getHScrollBarBackBrushDark

Gets the brush used to fill the background of the horizontal scrollbar when a user clicks on the scrollbar shaft in order to scroll a page left or right.

getHScrollBarBorderColor

Gets the color used to draw the horizontal scrollbar border lines.

getHScrollBarFillBrush

Gets the brush used to fill the elements of the horizontal scrollbar when they are neither pushed nor the mouse pointer hovers over them.

getHScrollBarFillBrushDown

Gets the brush used to fill the elements of the horizontal scrollbar when they are pushed down.

getHScrollBarFillBrushOver

Gets the brush used to fill the elements of the horizontal scroll bar when the mouse pointer hovers over them.

getHScrollBarHeight

Gets the height of the horizontal scrollbar.

getVScrollBarBackBrush

Gets the brush used to fill the background of the vertical scrollbar.

getVScrollBarBackBrushDark

Gets the brush used to fill the background of the vertical scrollbar when a user clicks on the scrollbar shaft in order to scroll a page up or down.

getVScrollBarBorderColor

Gets the color used to draw the vertical scrollbar border lines.

getVScrollBarFillBrush

Gets the brush used to fill the elements of the vertical scrollbar when they are neither pushed nor the mouse pointer hovers over them.

getVScrollBarFillBrushDown

Gets the brush used to fill the elements of the vertical scrollbar when they are pushed down.

getVScrollBarFillBrushOver

Gets the brush used to fill the elements of the vertical scroll bar when the mouse pointer hovers over them.

getVScrollBarWidth

Gets the width of the vertical scrollbar.

removeChangeListener

Removes the specified ChangeListener from the style.

setButtonBorderColor

Sets the color used to draw the buttons border lines.

setButtonFillBrush

Sets the brush used to fill the background of button child controls when they are neither pushed nor the mouse pointer hovers over them.

setButtonFillBrushDown

Sets the brush used to fill the background of button child controls when they are pushed down.

setButtonFillBrushOver

Sets the brush used to fill the background of button child controls when the mouse pointer hovers over them.

setHScrollBarBackBrush

Sets the brush used to fill the background of the horizontal scrollbar.

setHScrollBarBackBrushDark

Sets the brush used to fill the background of the horizontal scrollbar when a user clicks on the scrollbar shaft in order to scroll a page left or right.

setHScrollBarBorderColor

Sets the color used to draw the horizontal scrollbar border lines.

setHScrollBarFillBrush

Sets the brush used to fill the elements of the horizontal scrollbar when they are neither pushed nor the mouse pointer hovers over them.

setHScrollBarFillBrushDown

Sets the brush used to fill the elements of the horizontal scrollbar when they are pushed down.

setHScrollBarFillBrushOver

Sets the brush used to fill the elements of the horizontal scroll bar when the mouse pointer hovers over them.

setHScrollBarHeight

Sets the height of the horizontal scrollbar.

setVScrollBarBackBrush

Sets the brush used to fill the background of the vertical scrollbar.

setVScrollBarBackBrushDark

Sets the brush used to fill the background of the vertical scrollbar when a user clicks on the scrollbar shaft in order to scroll a page up or down.

setVScrollBarBorderColor

Sets the color used to draw the vertical scrollbar border lines.

setVScrollBarFillBrush

Sets the brush used to fill the elements of the vertical scrollbar when they are neither pushed nor the mouse pointer hovers over them.

setVScrollBarFillBrushDown

Sets the brush used to fill the elements of the vertical scrollbar when they are pushed down.

setVScrollBarFillBrushOver

Sets the brush used to fill the elements of the vertical scroll bar when the mouse pointer hovers over them.

setVScrollBarWidth

Sets the width of the vertical scrollbar.

 See Also