Click or drag to resize
Sandcastle Help File BuilderBasePropertyPageApply Method
Applies the changes made on the property page to the bound objects

Namespace: SandcastleBuilder.Package.PropertyPages
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public bool Apply()

Return Value

Type: Boolean
True if the changes were successfully applied and the property page is current with the bound objects or false if the changes were applied, but the property page cannot determine if its state is current with the objects.
See Also