Class PaletteAddDlg
Form used to prompt the user for the name of new symbol palettes.
Inheritance
System.Object
PaletteAddDlg
Namespace: Syncfusion.Windows.Forms.Diagram.Controls
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class PaletteAddDlg : Form
Remarks
Constructors
PaletteAddDlg()
Initializes a new instance of the PaletteAddDlg class.
Declaration
public PaletteAddDlg()
Properties
PaletteName
Gets the name for the new palette entered by the user.
Declaration
public string PaletteName { get; }
Property Value
Type |
---|
System.String |
Methods
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. |