menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct Literal - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved