menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PaletteAddDlg - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    PaletteGroupBar

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved