| BasePropertyPageStoreProperties Method |
This is used to store the control values 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 StoreProperties(
ControlControlCollection controls
)
Protected Sub StoreProperties (
controls As ControlControlCollection
)
protected:
void StoreProperties(
ControlControlCollection^ controls
)
member StoreProperties :
controls : ControlControlCollection -> unit
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