Class frmNewFormatDialog
Represents a window or dialog box that is used for creating a new format in EditControl.
Inheritance
System.Object
frmNewFormatDialog
Namespace: Syncfusion.Windows.Forms.Edit.Dialogs
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class frmNewFormatDialog : Form
Constructors
frmNewFormatDialog()
Initializes a new instance of the frmNewFormatDialog class.
Declaration
public frmNewFormatDialog()
Properties
NewFormat
Gets the newly created format in EditControl.
Declaration
public Format NewFormat { get; }
Property Value
Type |
---|
Format |
Methods
CreateAccessibilityInstance()
New instance for new format dialog accessible object.
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | NewFormatDialogAccessibility |
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | True to release both managed and unmanaged resources; false to release only unmanaged resources. |