| HelpFilePropertiesPageControlIsValid Property |
This read-only property can be overridden to provide custom validation
for the property page.
Namespace: SandcastleBuilder.Package.PropertyPagesAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected override bool IsValid { get; }
Protected Overrides ReadOnly Property IsValid As Boolean
Get
protected:
virtual property bool IsValid {
bool get () override;
}
abstract IsValid : bool with get
override IsValid : bool with get
Property Value
Type:
BooleanReturn true if valid, or false if not
See Also