menu

WinForms

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

    Show / Hide Table of Contents

    Class RenameTextBox

    Inheritance
    System.Object
    RenameTextBox
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class RenameTextBox : TextBox

    Constructors

    RenameTextBox()

    Declaration
    public RenameTextBox()

    Methods

    BeginRename(Rectangle, String)

    Declaration
    public void BeginRename(Rectangle rc, string text)
    Parameters
    Type Name Description
    System.Drawing.Rectangle rc
    System.String text

    CancelRename()

    Declaration
    public void CancelRename()

    EndRename(Boolean)

    Declaration
    public string EndRename(bool bcancel)
    Parameters
    Type Name Description
    System.Boolean bcancel
    Returns
    Type
    System.String

    OnKeyDown(KeyEventArgs)

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.KeyEventArgs e

    OnLostFocus(EventArgs)

    Declaration
    protected override void OnLostFocus(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Events

    RenameComplete

    Declaration
    public event RenameCompleteEventHandler RenameComplete
    Event Type
    Type
    RenameCompleteEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved