Click or drag to resize
Sandcastle Help File BuilderBuildPropertiesPageControlIsValid Property
This read-only property can be overridden to provide custom validation for the property page.

Namespace: SandcastleBuilder.Package.PropertyPages
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
protected override bool IsValid { get; }

Property Value

Type: Boolean
Return true if valid, or false if not
See Also