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

傳回

Boolean

如果 ToolStripPanelRow 中有足夠空間可接收 ToolStrip,則為 true,否則為 false

適用於