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 |
---|
System.Boolean |