Class Localizer.EditResourceIdentifiers.NewFormatItemDialog
Represents a class contains the localizer variables of simple add form.
Inheritance
System.Object
Localizer.EditResourceIdentifiers.NewFormatItemDialog
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.Localization
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class NewFormatItemDialog
Constructors
NewFormatItemDialog()
Declaration
public NewFormatItemDialog()
Fields
CancelButton
Holds the cancel button text.
Declaration
public const string CancelButton = "&Cancel"
Field Value
Type |
---|
System.String |
ExampleLabel
Holds the example label text.
Declaration
public const string ExampleLabel = "Example:"
Field Value
Type |
---|
System.String |
FormTitle
Holds the form title text.
Declaration
public const string FormTitle = "Add item"
Field Value
Type |
---|
System.String |
OkButton
Holds the ok button text.
Declaration
public const string OkButton = "&OK"
Field Value
Type |
---|
System.String |
ValueLabel
Holds the value label text.
Declaration
public const string ValueLabel = "&Item:"
Field Value
Type |
---|
System.String |