Class Localizer.EditResourceIdentifiers.CreateNewFormatDialog
Represents a class contains the localizer variables of new format dialog.
Inheritance
System.Object
Localizer.EditResourceIdentifiers.CreateNewFormatDialog
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 CreateNewFormatDialog
Constructors
CreateNewFormatDialog()
Declaration
public CreateNewFormatDialog()
Fields
CancelButton
Holds the cancel button text.
Declaration
public const string CancelButton = "Cancel"
Field Value
Type |
---|
System.String |
FormTitle
Holds the form title text.
Declaration
public const string FormTitle = "Create new format"
Field Value
Type |
---|
System.String |
NameLabel
Holds the name label text.
Declaration
public const string NameLabel = "New format name:"
Field Value
Type |
---|
System.String |
OkButton
Holds the ok button text.
Declaration
public const string OkButton = "Ok"
Field Value
Type |
---|
System.String |
SettingsLabel
Holds the settings label text.
Declaration
public const string SettingsLabel = "Format settings:"
Field Value
Type |
---|
System.String |