menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Resources.Strings.Messages - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Resources.Strings.Messages

    Provides access to message strings in the resource file.

    Inheritance
    System.Object
    Resources.Strings.Messages
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class Messages

    Constructors

    Messages()

    Declaration
    public Messages()

    Methods

    Get(String)

    Returns a message given an ID.

    Declaration
    public static string Get(string msgID)
    Parameters
    Type Name Description
    System.String msgID

    ID of the message to return

    Returns
    Type Description
    System.String

    Message string

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved