 | ProjectPropertiesWindowSetEnabledState Method |
Set the enabled state of the property page container
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntaxpublic void SetEnabledState(
bool enabled
)
Public Sub SetEnabledState (
enabled As Boolean
)
public:
void SetEnabledState(
bool enabled
)
member SetEnabledState :
enabled : bool -> unit
Parameters
- enabled
- Type: SystemBoolean
True to enable the property pages, false to disable them
RemarksThis allows the property pages to be disabled during a build but still allows you to
flip through them to see the active options.
See Also