Click or drag to resize
Sandcastle Help File BuilderMissingTagPropertiesPageControlBindControlValue Method
This can be overridden to bind a control to a property in a manner other than the default handling supplied by the base class.

Namespace: SandcastleBuilder.Package.PropertyPages
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
protected override bool BindControlValue(
	Control control
)

Parameters

control
Type: System.Windows.FormsControl
The control to bind

Return Value

Type: Boolean
True if the method bound the control or it should be ignored, false if the base class should attempt to bind it in the default manner.
Remarks
For this page, we only need to bind one control as all the values are stored in a single property.
See Also