WinForms

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

    Show / Hide Table of Contents

    Class ListBoxContainer

    Inheritance
    System.Object
    PopupControlContainer
    ListBoxContainer
    Implements
    IPopupControlContainer
    IPopupChild
    INeedKeyboardMessages
    INeedMouseMoveMessages
    IMouseHookHLProcClient
    IKeyboardProcHookClient
    IPopupParent
    IPopupItem
    Inherited Members
    PopupControlContainer.EnsurePopupHost()
    PopupControlContainer.CreatePopupHost()
    PopupControlContainer.CreateAccessibilityInstance()
    PopupControlContainer.INeedMouseMoveMessages.MouseMessage(Message)
    PopupControlContainer.IMouseHookHLProcClient.MouseHookProc(Int32, Point, IntPtr, Int32, Int32)
    PopupControlContainer.INeedKeyboardMessages.KeyboardMessage(Message)
    PopupControlContainer.IKeyboardProcHookClient.KeyboardHookProc(Int32, Int32)
    PopupControlContainer.VeryifyMouseBasedDeactivation(Control, Int32)
    PopupControlContainer.GetPreferredLocation(PopupRelativeAlignment, PopupRelativeAlignment)
    PopupControlContainer.ShowPopup(Point)
    PopupControlContainer.HidePopup()
    PopupControlContainer.HidePopup(PopupCloseType)
    PopupControlContainer.ProcessDialogKey(Keys)
    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.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.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 Description
    System.Boolean

    ListBox

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

    ShouldHidePopup

    Declaration
    protected bool ShouldHidePopup { get; set; }
    Property Value
    Type Description
    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 Description
    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 - 2023 Syncfusion Inc. All Rights Reserved