Document Property (DesignerSettings)
In This Topic
Gets or sets the document to open on app startup. If not set, a new empty document will be created.
Syntax
'Declaration
Public Property Document As Document
public Document Document {get; set;}
Property Value
An instance of
Document representing the document to open on app startup.
See Also