ToolStripPanelRow.CanMove(ToolStrip) Methode

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob ein ToolStrip Wert gezogen und in ein 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

Parameter

toolStripToDrag
ToolStrip

Der ToolStrip zu ziehende und in die ToolStripPanelRow.

Gibt zurück

true wenn genügend Platz vorhanden ist, um den ToolStripPanelRowToolStrip; andernfalls false.

Gilt für: