LinksControlBase Class
Base control for link and attachment controls.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public MustInherit Class LinksControlBase _
Inherits UserControl _
Implements IWorkItemControl
'Usage
Dim instance As LinksControlBase
public abstract class LinksControlBase : UserControl,
IWorkItemControl
public ref class LinksControlBase abstract : public UserControl,
IWorkItemControl
public abstract class LinksControlBase extends UserControl implements IWorkItemControl
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
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace