| SiteMapEditorWindowCanClose Property |
Returns true if the window can be closed or false if something
prevents it from allowing the close to occur.
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public override bool CanClose { get; }
Public Overrides ReadOnly Property CanClose As Boolean
Get
public:
virtual property bool CanClose {
bool get () override;
}
abstract CanClose : bool with get
override CanClose : bool with get
Property Value
Type:
BooleanSee Also