| BasePropertyPageApply Method |
Applies the changes made on the property page to the bound objects
Namespace: SandcastleBuilder.Package.PropertyPagesAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax Public Function Apply As Boolean
member Apply : unit -> bool
Return Value
Type:
BooleanTrue 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