See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or create a document window that edits a specific NTier file. The document control pane is created in the QueryNewFileEditorControl event handler.

Namespace: NTier.Designer.VSAddIn
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public Control OpenDocumentFile(
	string fileName
)
Visual Basic
Public Function OpenDocumentFile ( 
	fileName As String
) As Control
Visual C++
public:
Control^ OpenDocumentFile(
	String^ fileName
)

Parameters

fileName
Type: System..::..String

Return Value

Type: Control

See Also