ToolStripPanelRow::CanMove Method (ToolStrip^)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
bool CanMove(
	ToolStrip^ toolStripToDrag
)

Parameters

toolStripToDrag
Type: System.Windows.Forms::ToolStrip^

The ToolStrip to be dragged and dropped into the ToolStripPanelRow.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: