menu

WinForms

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

    Show / Hide Table of Contents

    Interface IDropDownItem

    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IDropDownItem

    Methods

    AfterChildClosing()

    Declaration
    void AfterChildClosing()

    ChildClosing(IPopupChild, PopupCloseType)

    Declaration
    void ChildClosing(IPopupChild childUI, PopupCloseType popupCloseType)
    Parameters
    Type Name Description
    IPopupChild childUI
    PopupCloseType popupCloseType

    GetBorderOverlapCue(PopupRelativeAlignment)

    Declaration
    Point[] GetBorderOverlapCue(PopupRelativeAlignment rAlign)
    Parameters
    Type Name Description
    PopupRelativeAlignment rAlign
    Returns
    Type
    System.Drawing.Point[]

    GetLocationForPopupAlignment(PopupRelativeAlignment, out PopupRelativeAlignment)

    Declaration
    Point GetLocationForPopupAlignment(PopupRelativeAlignment prevAlign, out PopupRelativeAlignment newAlign)
    Parameters
    Type Name Description
    PopupRelativeAlignment prevAlign
    PopupRelativeAlignment newAlign
    Returns
    Type
    System.Drawing.Point

    GetPopupParentControl()

    Declaration
    Control GetPopupParentControl()
    Returns
    Type
    System.Windows.Forms.Control

    IsRelatedControl(Control)

    Declaration
    bool IsRelatedControl(Control ctl)
    Parameters
    Type Name Description
    System.Windows.Forms.Control ctl
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved