Loads a new blank document.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool FileNew() |
| Visual Basic |
|---|
Public Function FileNew As Boolean |
| JScript |
|---|
public final function FileNew() : boolean |
Return Value
True if a new document was successfully initialized, false otherwise.Implements
IGwxControlFileNew()()()()
Remarks
The "file new" operation is synchronous.