Code Snippet Group Element TabbedCode Snippet Tool Bar Style Property
This is used to get or set the code snippet toolbar 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 "codeSnippetToolBar"
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string CodeSnippetToolBarStyle { get; set; }VB
Public Property CodeSnippetToolBarStyle As String
Get
SetC++
public:
property String^ CodeSnippetToolBarStyle {
String^ get ();
void set (String^ value);
}F#
member CodeSnippetToolBarStyle : string with get, setProperty Value
StringThe default if not set explicitly is "codeSnippetToolBar"