TabControlImages Members
Contains settings that allow images to be defined for the ASPxTabControl's (ASPxPageControl's) specific elements.Constructors
Name | Description |
---|---|
TabControlImages(ASPxTabControlBase) | Initializes a new instance of the TabControlImages class with the specified owner. |
TabControlImages(ISkinOwner) | Initializes a new instance of the TabControlImages class with the specified owner. |
Fields
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. |
Properties
Name | Description |
---|---|
ActiveTab | Gets the settings of a tab image displayed within the active tab. |
ImageFolder | Gets or sets the path to the folder that contains images used by a control. Inherited from ImagesBase. |
LoadingPanel | Gets the settings of an image displayed within a Loading Panel. Inherited from ImagesBase. |
ScrollLeftButton | Gets the settings of an image displayed within the scroll left button. |
ScrollRightButton | Gets the settings of an image displayed within the scroll right button. |
SpriteCssFilePath | Gets or sets the path to a CSS file that defines the control's sprite image settings. Inherited from ImagesBase. |
SpriteImageUrl | Gets or sets the path to a sprite image. Inherited from ImagesBase. |
Tab | Gets the settings of an image displayed in all tabs. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from ImagesBase. |
CopyFrom(ImagesBase) | Duplicates the properties of the specified object into the current instance of the ImagesBase class. Inherited from ImagesBase. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object |