menu

WinForms

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

    Show / Hide Table of Contents

    Class EditNativeWindow

    Used for processing focus changed event for ButtonEdit control.

    Inheritance
    System.Object
    EditNativeWindow
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class EditNativeWindow : NativeWindow

    Constructors

    EditNativeWindow(ButtonEdit)

    Default constructor.

    Declaration
    public EditNativeWindow(ButtonEdit btnEdit)
    Parameters
    Type Name Description
    ButtonEdit btnEdit

    ButtonEdit control to handle events for.

    Methods

    StopListening()

    Declaration
    public void StopListening()

    WndProc(ref Message)

    Invokes the default window procedure associated with this window.

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m

    A System.Windows.Forms.Message that is associated with the current Windows message.

    Events

    GotFocus

    Specifies actions to occur when an object receives the focus

    Declaration
    public event EventHandler GotFocus
    Event Type
    Type
    System.EventHandler

    LostFocus

    Occurs when the control loses focus

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