ToolStripPanelRow.CanMove(ToolStrip) 方法

定义

获取或设置一个值,指示能否将 ToolStrip 拖放到 ToolStripPanelRow 中。

public:
 bool CanMove(System::Windows::Forms::ToolStrip ^ toolStripToDrag);
public bool CanMove (System.Windows.Forms.ToolStrip toolStripToDrag);
member this.CanMove : System.Windows.Forms.ToolStrip -> bool
Public Function CanMove (toolStripToDrag As ToolStrip) As Boolean

参数

toolStripToDrag
ToolStrip

要拖放到 ToolStrip 中的 ToolStripPanelRow

返回

如果 ToolStripPanelRow 中有足够的空间接收 ToolStrip,则为 true;否则为 false

适用于