ISandcastle ProjectDisable Code Block Component Property
This read-only property is used to get whether or not to disable the custom Code Block Component so
that <code> elements are rendered in their standard format by the Sandcastle XSL
transformations.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is false so that the Code Block Component is used by default
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool DisableCodeBlockComponent { get; }VB
ReadOnly Property DisableCodeBlockComponent As Boolean
GetC++
property bool DisableCodeBlockComponent {
bool get ();
}F#
abstract DisableCodeBlockComponent : bool with getProperty Value
BooleanThe default is false so that the Code Block Component is used by default