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






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

Syntax

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

Return Value

A Color value, this property specifies the colour of the border surrounding the SuperPanel. The default value is SystemColors.Control.

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