alexa

    Show / Hide Table of Contents

    Class ComboBoxHideDropDown

    Creates a custom ComboBox class that does not display the drop down in any mode.

    Inheritance
    System.Object
    ComboBoxHideDropDown
    AutoCompleteCombo
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ComboBoxHideDropDown : ComboBox

    Constructors

    ComboBoxHideDropDown()

    Declaration
    public ComboBoxHideDropDown()

    Methods

    WndProc(ref Message)

    Override WndProc.

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    Back to top Generated by DocFX