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