Skip to main content
A newer version of this page is available. .
Tab

TabControlImages Fields

Contains settings that allow images to be defined for the ASPxTabControl‘s (ASPxPageControl‘s) specific elements.
Name Description
ActiveTabImageName

Represents the name of the ActiveTab image file which is used in the ASPxTabControl control.

This name is equal to “tcActiveTab.gif”.

CheckedPostfixConst static Returns “Checked”. Inherited from ImagesBase.
DisabledPostfixConst static Returns “Disabled”. Inherited from ImagesBase.
HottrackedPostfixConst static Returns “Hover”. Inherited from ImagesBase.
LoadingPanelImageName static

Represents the name of the LoadingPanel image file.

This name is equal to “Loading”.

Inherited from ImagesBase.
PressedPostfixConst static Returns “Pressed”. Inherited from ImagesBase.
ScrollButtonBackgroundImageName For internal use only.
ScrollButtonDisableBackgroundImageName For internal use only.
ScrollButtonHoverBackgroundImageName For internal use only.
ScrollButtonPressedBackgroundImageName For internal use only.
ScrollLeftButtonImageName For internal use only.
ScrollRightButtonImageName For internal use only.
SelectedPostfixConst static Returns “Selected”. Inherited from ImagesBase.
SpriteImageName static For internal use only. Inherited from ImagesBase.
TabImageName

Represents the name of the Tab image file which is used in the ASPxTabControl control.

This name is equal to “tcTab.gif”.

WindowResizerImageName static For internal use only. Returns “WindowResizer”. Inherited from ImagesBase.
WindowResizerRtlImageName static For internal use only. Inherited from ImagesBase.
See Also