Struct Literal
Defines a structure that provides information about literal for code snippet.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public struct Literal
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 |