| BaseContentEditorCanSaveContent Property |
This is used to see if the active document allows its content to be
saved.
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public virtual bool CanSaveContent { get; }
Public Overridable ReadOnly Property CanSaveContent As Boolean
Get
public:
virtual property bool CanSaveContent {
bool get ();
}
abstract CanSaveContent : bool with get
override CanSaveContent : bool with get
Return Value
Type:
BooleanReturns true if it supports saving its content or false
if it does not.
See Also