Gets or sets the style of the edge surrounding the
SuperPanel.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property EdgeStyle As BorderType |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SuperPanel
Dim value As BorderType
instance.EdgeStyle = value
value = instance.EdgeStyle
|
| Delphi | |
|---|
public read-write property EdgeStyle: BorderType; |
| JScript | |
|---|
public function get,set EdgeStyle : BorderType |
| Managed Extensions for C++ | |
|---|
public: __property BorderType get_EdgeStyle();
public: __property void set_EdgeStyle(
BorderType value
); |
Return Value
A
BorderType value, this property specifies the appearance of the edge surrounding the
SuperPanel. The edge can be
Raised,
Lowered or
Flat. The default value is
Flat.
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