WinForms

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

    Show / Hide Table of Contents

    Class DropDownNativeWindow

    This class used for additional handling messages, that are sent to DropDown's child controls.

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

    Constructors

    DropDownNativeWindow(ComboDropDown)

    Default Constructor.

    Declaration
    public DropDownNativeWindow(ComboDropDown value)
    Parameters
    Type Name Description
    ComboDropDown value

    Methods

    WndProc(ref Message)

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

    Events

    ImeMessageReceived

    Fired when IME messages are received

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