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