Click or drag to resize
Sandcastle Help File BuilderBasePropertyPageStoreProperties Method
This is used to store the control values 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 StoreProperties(
	ControlControlCollection controls
)

Parameters

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