menu

WinForms

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

    Show / Hide Table of Contents

    Class Resources.Strings.ObjectName

    Provides access to object name strings in the resource file.

    Inheritance
    System.Object
    Resources.Strings.ObjectName
    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 ObjectName

    Constructors

    ObjectName()

    Declaration
    public ObjectName()

    Methods

    Get(String)

    Returns an object name string based on a resource ID.

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

    Resource ID of the object name

    Returns
    Type Description
    System.String

    Object name string

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