Gets/sets the modified flag for the current display.
The modified flag is used to determine if the user should
be prompted to save the current display before switching to
a different display or closing the application.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool DocumentModified { get; set; } |
| Visual Basic |
|---|
Public Property DocumentModified As Boolean
Get
Set |
| JScript |
|---|
function get DocumentModified () : boolean
function set DocumentModified (value : boolean) |
See Also