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






Gets or sets the width of the edge surrounding the SuperPanel.

Syntax

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

Return Value

A System.Int32 value, this property specifies the width, in pixels, of the edge surrounding the SuperPanel. The default value is 0.

Remarks

The EdgeStyle property determines if the edge is Raised, Lowered or Flat.

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