Click or drag to resize
Sandcastle Help File BuilderBasePropertyPageBindProperties Method
This is used to bind the controls in the given collection to their associated project properties.

Namespace: SandcastleBuilder.Package.PropertyPages
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
protected void BindProperties(
	ControlControlCollection controls
)

Parameters

controls
Type: System.Windows.FormsControlControlCollection
The control collection from which to get the bound controls. Controls are bound if their Tag property is a string that matches a project property.
Remarks
This method is recursive
See Also