A user control that implements the IDocument interface.

Namespace:  RightEdge.Common.DocumentManager
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public class UserControlDocument : UserControl, 
	IDocument
Visual Basic (Declaration)
Public Class UserControlDocument _
	Inherits UserControl _
	Implements IDocument
Visual C++
public ref class UserControlDocument : public UserControl, 
	IDocument

Remarks

Generally used for System Results plugins that display user interface. Implementing IDocument will allow the UserControl to be embedded and interact with the main RightEdge user interface for system results.

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
              RightEdge.Common.DocumentManager..::.UserControlDocument

See Also