Inheritance
System.Object
GenericNewDlg
Assembly: Syncfusion.Tools.Windows.dll
public class GenericNewDlg : Form, IDontCallKillFocus, IDontCallSetFocus, IAmACustomizationForm
Constructors
Declaration
Properties
Declaration
public string CancelButtonLabel { get; set; }
Property Value
Declaration
public string NameLabel { get; set; }
Property Value
Declaration
public string NewName { get; set; }
Property Value
Declaration
public string OKButtonLabel { get; set; }
Property Value
Methods
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Implements