Code Snippet Group Element TabbedCopy Code Snippet Style Property
This is used to get or set the copy code snippet style
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default if not set explicitly is "copyCodeSnippet"
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string CopyCodeSnippetStyle { get; set; }VB
Public Property CopyCodeSnippetStyle As String
Get
SetC++
public:
property String^ CopyCodeSnippetStyle {
String^ get ();
void set (String^ value);
}F#
member CopyCodeSnippetStyle : string with get, setProperty Value
StringThe default if not set explicitly is "copyCodeSnippet"