Class Resources.Strings.CommandDescriptions
Provides access to command description strings in the resource file.
Inheritance
System.Object
Resources.Strings.CommandDescriptions
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class CommandDescriptions : Object
Constructors
CommandDescriptions()
Declaration
public CommandDescriptions()
Methods
Get(String)
Returns a command description given the name of a command.
Declaration
public static string Get(string cmdName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | cmdName | Name of the command to return description for |
Returns
| Type | Description |
|---|---|
| System.String | String description of a command |