Class Resources.Strings.ObjectName
Provides access to object name strings in the resource file.
Inheritance
System.Object
Resources.Strings.ObjectName
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class ObjectName : Object
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 |