menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDndTrackingControl - API Reference

    Show / Hide Table of Contents

    Interface IDndTrackingControl

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

    Properties

    DesignMode

    Declaration
    bool DesignMode { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CanDropItem(BarItem)

    Declaration
    bool CanDropItem(BarItem item)
    Parameters
    Type Name Description
    BarItem item
    Returns
    Type Description
    System.Boolean

    GetControl()

    Declaration
    Control GetControl()
    Returns
    Type Description
    System.Windows.Forms.Control

    GetCueRect(BarItem, Boolean)

    Declaration
    Rectangle GetCueRect(BarItem barItem, bool beforeOrAfter)
    Parameters
    Type Name Description
    BarItem barItem
    System.Boolean beforeOrAfter
    Returns
    Type Description
    System.Drawing.Rectangle

    HitTestBarItem(Point, ref Boolean)

    Declaration
    BarItem HitTestBarItem(Point mousePosition, ref bool beforeOrAfter)
    Parameters
    Type Name Description
    System.Drawing.Point mousePosition
    System.Boolean beforeOrAfter
    Returns
    Type Description
    BarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved