
Initializes a new instance of the DocumentController class.
[C#]
public DocumentController();
public DocumentController(IContainer container)
[Visual Basic]
Public Sub New()
Public Sub New(ByRef IContainer container)
| Parameter | Description | |
| container | Specifies a container object-likely part of the parent control-the newly instantiated DocumentController instance will be added to. |