| BasePropertyPageBindProperties Method |
This is used to bind the controls in the given collection to their associated project properties.
Namespace: SandcastleBuilder.Package.PropertyPagesAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected void BindProperties(
ControlControlCollection controls
)
Protected Sub BindProperties (
controls As ControlControlCollection
)
protected:
void BindProperties(
ControlControlCollection^ controls
)
member BindProperties :
controls : ControlControlCollection -> unit
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