menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListBoxContainer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListBoxContainer

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

    Constructors

    ListBoxContainer()

    Declaration
    public ListBoxContainer()

    Properties

    CloseOnClick

    Declaration
    protected bool CloseOnClick { get; set; }
    Property Value
    Type
    System.Boolean

    ListBox

    Declaration
    public ListBox ListBox { get; set; }
    Property Value
    Type
    System.Windows.Forms.ListBox

    ShouldHidePopup

    Declaration
    protected bool ShouldHidePopup { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    AttachListBox()

    Declaration
    protected virtual void AttachListBox()

    ConfirmDeactivate()

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

    DetachListBox()

    Declaration
    protected virtual void DetachListBox()

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    PopupControlContainer.Dispose(Boolean)

    OnBeforePopup(CancelEventArgs)

    Declaration
    protected override void OnBeforePopup(CancelEventArgs args)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs args
    Overrides
    PopupControlContainer.OnBeforePopup(CancelEventArgs)

    ProcessMouseMessage(Control, Int32, IntPtr, IntPtr)

    Declaration
    protected override bool ProcessMouseMessage(Control destination, int msg, IntPtr lParam, IntPtr wParam)
    Parameters
    Type Name Description
    System.Windows.Forms.Control destination
    System.Int32 msg
    System.IntPtr lParam
    System.IntPtr wParam
    Returns
    Type
    System.Boolean
    Overrides
    PopupControlContainer.ProcessMouseMessage(Control, Int32, IntPtr, IntPtr)

    WndProc(ref Message)

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

    Implements

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