ICreate.Controls.Bars Send comments on this topic.
Border Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : Border Property






Gets or sets the style of the border surrounding the SuperPanel.

Syntax

Visual Basic (Declaration) 
Public Property Border As BorderType
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As BorderType
 
instance.Border = value
 
value = instance.Border
C# 
public BorderType Border {get; set;}
Delphi 
public read-write property Border: BorderType; 
JScript 
public function get,set Border : BorderType
Managed Extensions for C++ 
public: __property BorderType get_Border();
public: __property void set_Border( 
   BorderType value
);
C++/CLI 
public:
property BorderType Border {
   BorderType get();
   void set (BorderType value);
}

Return Value

A BorderType value, this property determines the appearance of the border drawn on the surface of the SuperPanel. The default value is Raised.

Remarks

The BorderColor property specifies the colour of the border. The BorderWidth property specifies the width of the border.

Requirements

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

See Also