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
。