ToolStripPanelRow.CanMove(ToolStrip) Método

Definición

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

que ToolStrip se va a arrastrar y colocar en .ToolStripPanelRow

Devoluciones

true es si hay suficiente espacio en para ToolStripPanelRow recibir ; ToolStripde lo contrario, falsees .

Se aplica a