menu

WinForms

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

    Show / Hide Table of Contents

    Class GenericNewDlg

    Inheritance
    System.Object
    GenericNewDlg
    Implements
    IDontCallKillFocus
    IDontCallSetFocus
    IAmACustomizationForm
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class GenericNewDlg : Form, IDontCallKillFocus, IDontCallSetFocus, IAmACustomizationForm

    Constructors

    GenericNewDlg()

    Declaration
    public GenericNewDlg()

    Properties

    CancelButtonLabel

    Declaration
    public string CancelButtonLabel { get; set; }
    Property Value
    Type
    System.String

    NameLabel

    Declaration
    public string NameLabel { get; set; }
    Property Value
    Type
    System.String

    NewName

    Declaration
    public string NewName { get; set; }
    Property Value
    Type
    System.String

    OKButtonLabel

    Declaration
    public string OKButtonLabel { get; set; }
    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

    Implements

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