WorkItemFormControl Class
A Windows Forms control that is used to view or change a single work item.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Class WorkItemFormControl _
Inherits UserControl _
Implements IWorkItemClipboard
'Usage
Dim instance As WorkItemFormControl
public class WorkItemFormControl : UserControl,
IWorkItemClipboard
public ref class WorkItemFormControl : public UserControl,
IWorkItemClipboard
public class WorkItemFormControl extends UserControl implements IWorkItemClipboard
Remarks
This control displays controls that allow editing of a WorkItem given a reference to the work item and the form definition.
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.WorkItemFormControl
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