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






This enumeration specifies the style of border drawn on the SuperPanel.

Syntax

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

Members

MemberDescription
FlatThe border is flat with no perspective.

RaisedThe border is drawn so that it appears raised above the surface of the SuperPanel.

LoweredThe border is drawn so that it appears lowered into the surface of the SuperPanel.

Inheritance Hierarchy

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

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