ToolStripPanelRow.CanMove(ToolStrip) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出 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
。