ICreate.Controls.Bars Send comments on this topic.
BackgroundType Enumeration
See Also  
ICreate.Controls.Bars Namespace : BackgroundType Enumeration






This enumeration specifies the type of background drawn on the SuperPanel.

Syntax

Visual Basic (Declaration) 
Public Enum BackgroundType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BackgroundType
C# 
public enum BackgroundType : Enum 
Delphi 
public enum BackgroundType = class(Enum)
JScript 
public enum BackgroundType extends Enum
Managed Extensions for C++ 
__value public enum BackgroundType : public Enum 
C++/CLI 
public enum class BackgroundType : public Enum 

Members

MemberDescription
NoneThe SuperPanel has no background.

SolidThe SuperPanel has a solid background filled with a single colour.

FadedThe SuperPanel has a background which is coloured using two colours, the one colour fading into the other.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ICreate.Controls.Bars.BackgroundType

Requirements

Namespace: ICreate.Controls.Bars

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: ICreate.Controls.Bars (in ICreate.Controls.Bars.dll)

See Also