WinForms

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

    Show / Hide Table of Contents

    Class ComboBoxPopupControl

    This class helps to render Popupcontrol MultiSelectionComboBox

    Inheritance
    System.Object
    PopupControlContainer
    ComboBoxPopupControl
    Implements
    IPopupControlContainer
    IPopupChild
    INeedKeyboardMessages
    INeedMouseMoveMessages
    IMouseHookHLProcClient
    IKeyboardProcHookClient
    IPopupParent
    IPopupItem
    Inherited Members
    PopupControlContainer.EnsurePopupHost()
    PopupControlContainer.CreatePopupHost()
    PopupControlContainer.CreateAccessibilityInstance()
    PopupControlContainer.Dispose(Boolean)
    PopupControlContainer.INeedMouseMoveMessages.MouseMessage(Message)
    PopupControlContainer.IMouseHookHLProcClient.MouseHookProc(Int32, Point, IntPtr, Int32, Int32)
    PopupControlContainer.ProcessMouseMessage(Control, Int32, IntPtr, IntPtr)
    PopupControlContainer.INeedKeyboardMessages.KeyboardMessage(Message)
    PopupControlContainer.IKeyboardProcHookClient.KeyboardHookProc(Int32, Int32)
    PopupControlContainer.VeryifyMouseBasedDeactivation(Control, Int32)
    PopupControlContainer.GetPreferredLocation(PopupRelativeAlignment, PopupRelativeAlignment)
    PopupControlContainer.ConfirmDeactivate()
    PopupControlContainer.ProcessDialogKey(Keys)
    PopupControlContainer.WndProc(Message)
    PopupControlContainer.FocusParent()
    PopupControlContainer.FocusFirstVisibleParent()
    PopupControlContainer.IsInSetFocus()
    PopupControlContainer.ApplyScaleToControl(Single)
    PopupControlContainer.OnFontChanged(EventArgs)
    PopupControlContainer.OnSizeChanged(EventArgs)
    PopupControlContainer.GetLocationForPopupAlignment(PopupRelativeAlignment, PopupRelativeAlignment)
    PopupControlContainer.IPopupParent.GetLocationForPopupAlignment(PopupRelativeAlignment, PopupRelativeAlignment)
    PopupControlContainer.GetBorderOverlapCue(PopupRelativeAlignment)
    PopupControlContainer.IPopupParent.GetBorderOverlapCue(PopupRelativeAlignment)
    PopupControlContainer.ChildClosing(IPopupChild, PopupCloseType)
    PopupControlContainer.IPopupParent.ChildClosing(IPopupChild, PopupCloseType)
    PopupControlContainer.IPopupItem.GetPopupParentControl()
    PopupControlContainer.IsRelatedControl(Control, Boolean)
    PopupControlContainer.IsShowing()
    PopupControlContainer.OnBeforePopup(CancelEventArgs)
    PopupControlContainer.OnCloseUp(PopupClosedEventArgs)
    PopupControlContainer.OnPopup(EventArgs)
    PopupControlContainer.DesignMode
    PopupControlContainer.DefaultSize
    PopupControlContainer.Font
    PopupControlContainer.DefaultMargin
    PopupControlContainer.FakeFocus
    PopupControlContainer.PopupHost
    PopupControlContainer.DiscreetLocation
    PopupControlContainer.ParentControl
    PopupControlContainer.PopupParent
    PopupControlContainer.IgnoreDialogKey
    PopupControlContainer.IgnoreMouseMessages
    PopupControlContainer.IgnoreKeys
    PopupControlContainer.CloseOnTab
    PopupControlContainer.EnableTouchMode
    PopupControlContainer.IPopupParent.IsRightToLeft
    PopupControlContainer.CurrentPopupChild
    PopupControlContainer.BeforeCloseUp
    PopupControlContainer.CloseUp
    PopupControlContainer.BeforePopup
    PopupControlContainer.Popup
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ComboBoxPopupControl : PopupControlContainer, IPopupControlContainer, IPopupChild, INeedKeyboardMessages, INeedMouseMoveMessages, IMouseHookHLProcClient, IKeyboardProcHookClient, IPopupParent, IPopupItem

    Constructors

    ComboBoxPopupControl()

    Declaration
    public ComboBoxPopupControl()

    Properties

    ComboBox

    Gets/Sets the MultiSelectionComboBox

    Declaration
    public MultiSelectionComboBox ComboBox { get; set; }
    Property Value
    Type Description
    MultiSelectionComboBox

    DisablePopupNotification

    Gets/Sets whether to disable popup notification or not

    Declaration
    public bool DisablePopupNotification { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    HidePopup()

    To Hide Popup

    Declaration
    public override void HidePopup()
    Overrides
    PopupControlContainer.HidePopup()

    HidePopup(PopupCloseType)

    Declaration
    public override void HidePopup(PopupCloseType popupCloseType)
    Parameters
    Type Name Description
    PopupCloseType popupCloseType
    Overrides
    PopupControlContainer.HidePopup(PopupCloseType)

    ShowPopup(Point)

    To Show Popup

    Declaration
    public override void ShowPopup(Point location)
    Parameters
    Type Name Description
    System.Drawing.Point location
    Overrides
    PopupControlContainer.ShowPopup(Point)

    Implements

    IPopupControlContainer
    IPopupChild
    INeedKeyboardMessages
    INeedMouseMoveMessages
    IMouseHookHLProcClient
    IKeyboardProcHookClient
    IPopupParent
    IPopupItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved