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