System.Windows.Forms.ToolStripPanelRow.CanMove Method

Gets or sets a value indicating whether a System.Windows.Forms.ToolStrip can be dragged and dropped into a System.Windows.Forms.ToolStripPanelRow.

Syntax

public bool CanMove (ToolStrip toolStripToDrag)

Parameters

toolStripToDrag
The System.Windows.Forms.ToolStrip to be dragged and dropped into the System.Windows.Forms.ToolStripPanelRow.

Returns

true if there is enough space in the System.Windows.Forms.ToolStripPanelRow to receive the System.Windows.Forms.ToolStrip; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0