LinksControl Class

Control for managing WorkItem links.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Class LinksControl _
    Inherits LinksControlBase
'Usage
Dim instance As LinksControl
public class LinksControl : LinksControlBase
public ref class LinksControl : public LinksControlBase
public class LinksControl extends LinksControlBase

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.UserControl
              Microsoft.TeamFoundation.WorkItemTracking.Controls.LinksControlBase
                Microsoft.TeamFoundation.WorkItemTracking.Controls.LinksControl

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

LinksControl Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace