Class Literal
Defines a structure that provides information about literal for code snippet.
Inheritance
System.Object
Literal
Namespace: Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class Literal : ValueType
Fields
Default
Holds the literal default text.
Declaration
public string Default
Field Value
| Type |
|---|
| System.String |
ID
Holds the literal ID.
Declaration
public string ID
Field Value
| Type |
|---|
| System.String |
ToolTip
Holds the literal tooltip.
Declaration
public string ToolTip
Field Value
| Type |
|---|
| System.String |