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.VSAddInAssembly: 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
) |
Return Value
Type:
Control
See Also