WinForms

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

    Show / Hide Table of Contents

    Class NewItemDroppedAtSingleItemGroupEventArgs

    Event arguments for NewItemDroppedAtSingleItemGroupEventHandler.

    Inheritance
    System.Object
    NewItemDroppedAtSingleItemGroupEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class NewItemDroppedAtSingleItemGroupEventArgs : ToolStripItemEventArgs

    Constructors

    NewItemDroppedAtSingleItemGroupEventArgs(ToolStripItem, Boolean)

    Initializes a new instance of the NewItemDroppedAtSingleItemGroupEventArgs class.

    Declaration
    public NewItemDroppedAtSingleItemGroupEventArgs(ToolStripItem item, bool bCloserToLeft)
    Parameters
    Type Name Description
    System.Windows.Forms.ToolStripItem item

    ToolStripItem that was dropped.

    System.Boolean bCloserToLeft

    Indicates whether item was dropped closer to the left edge of the sender.

    Fields

    CloserToLeft

    Indicates whether new single item has to be inserted before the sender ribbon tab group.

    Declaration
    public bool CloserToLeft
    Field Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved