BorderPanel Class

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Class BorderPanel _
    Inherits Panel
'Usage
Dim instance As BorderPanel
public class BorderPanel : Panel
public ref class BorderPanel : public Panel
public class BorderPanel extends Panel

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.Panel
            Microsoft.TeamFoundation.Client.BorderPanel
              Microsoft.TeamFoundation.Client.InformationBar

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BorderPanel Members

Microsoft.TeamFoundation.Client Namespace