Class Resources.Strings.Messages
Provides access to message strings in the resource file.
Inheritance
System.Object
Resources.Strings.Messages
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class Messages : Object
Constructors
Messages()
Declaration
public Messages()
Methods
Get(String)
Returns a message given an ID.
Declaration
public static string Get(string msgID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | msgID | ID of the message to return |
Returns
| Type | Description |
|---|---|
| System.String | Message string |