Version

RoundedImage Class Members

The following tables list the members exposed by RoundedImage.

Public Constructors
 NameDescription
Public ConstructorRoundedImage ConstructorThe default public constructor.  
Public Properties
 NameDescription
Public PropertyDefaultImagesThe names of the file that contains the background image used for a tab when the NormalImage is not set.  
Public PropertyDisabledImageThe name of the file that contains the background image used for a tab in the disabled state.

If that property is not set, then the NormalImage is used.

 
Public PropertyDownLevelNormalRightImageThe name of the file that contains the right edge of a rounded image which is used for a tab in the normal state.

That property is used only for a down level browser such as Netscape 4/5.

If that property is not set, then the default file-image is used.

 
Public PropertyDownLevelSelectedRightImageThe name of the file that contains the right edge of a rounded image which is used for a tab in the selected state.

This property is used only for a down level browser such as Netscape 4/5.

If that property is not set, then the default file-image is used.

If that property is not set, then the DownLevelNormalRightImage is used.

 
Public PropertyFillStyleSets gets value that determines how the rounded image(s) should be rendered.

Image can not be stretched and it is used as it is.

 
Public PropertyHoverImageThe name of the file that contains the background image used for a tab in the "mouse-over" state.

If that property is not set, then the NormalImage is used.

 
Public PropertyLeftSideWidthThe width in pixels of the part of the rounded image displayed on the left side of the tab. The default value is set to 5 pixels.  
Public PropertyNormalImageThe name of the file that contains the background image used for a tab in the normal state.

If that property is not set, then the default image is used.

 
Public PropertyRightSideWidthThe width in pixels of the part of the rounded image displayed on the right side of the tab. The default value is set to 5 pixels.  
Public PropertySelectedImageThe name of the file that contains the background image used for a tab in the selected state.

If that property is not set, then the NormalImage is used.

 
Public PropertyShiftOfImagesThe shift in pixels of all rounded images besides the image for the selected state. The default value is set to 0 pixels.

This property has effect only if all of the following conditions are true:

  • Browser is up-level
  • UltraWebTab has top or left tab orientation
  • The value of the FillStyle property is LeftMergedWithCenter or RightMergedWithCenter
In case of the top-tab orientations,- the images are shifted down, in case of the left-tab orientations,- the images are shifted to the right.

 

Public Methods
 NameDescription
Public MethodCopyFromCopies the RoundedImage object.  
Public MethodResetReset all properties to their defaults.  
Public MethodToStringString formatted for visual designer.  
See Also