Class Resources.Strings.CommandDescriptions
Provides access to command description strings in the resource file.
Inheritance
System.Object
Resources.Strings.CommandDescriptions
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 CommandDescriptions
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 |