WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditNativeWindow

    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 Description
    System.EventHandler

    LostFocus

    Occurs when the control loses focus

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