ToolStripPanelRow.CanMove(ToolStrip) Método

Definición

Obtiene o establece un valor que indica si un ToolStrip se puede arrastrar y colocar en un 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

Parámetros

toolStripToDrag
ToolStrip

ToolStrip que se van a arrastrar y colocar en ToolStripPanelRow.

Devoluciones

true si hay bastante espacie en ToolStripPanelRow para recibir ToolStrip; de lo contrario, false.

Se aplica a