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
|
| 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
); |
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
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