| ProjectPropertiesWindowIsDirty Property |
This returns the dirty state of the document if it supports saving
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public override bool IsDirty { get; set; }
Public Overrides Property IsDirty As Boolean
Get
Set
public:
virtual property bool IsDirty {
bool get () override;
void set (bool value) override;
}
abstract IsDirty : bool with get, set
override IsDirty : bool with get, set
Property Value
Type:
BooleanSee Also