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






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
C# 
public BorderType EdgeStyle {get; set;}
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
);
C++/CLI 
public:
property BorderType EdgeStyle {
   BorderType get();
   void set (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

The Edge property specifies the width, in pixels, of the edge.

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