Class Resources.Strings.Toolnames
Provides access to Toolname strings in the resource file.
Inheritance
System.Object
Resources.Strings.Toolnames
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class Toolnames : Object
Constructors
Toolnames()
Declaration
public Toolnames()
Methods
Get(String)
Returns a toolname based on a resource ID.
Declaration
public static string Get(string toolResID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | toolResID | Resource ID of the tool |
Returns
| Type | Description |
|---|---|
| System.String | Toolname string |