Click or drag to resize
Sandcastle Help File BuilderPlugInPropertiesPageControlStoreControlValue Method
This can be overridden to store a control value in 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 StoreControlValue(
	Control control
)

Parameters

control
Type: System.Windows.FormsControl
The control from which to store the value

Return Value

Type: Boolean
True if the method stored the control value or it should be ignored, false if the base class should attempt to store the value in the default manner.
See Also