ToolStripPanelRow.CanMove(ToolStrip) Metod

Definition

Hämtar eller anger ett värde som anger om en ToolStrip kan dras och släppas till 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

Parametrar

toolStripToDrag
ToolStrip

Som ToolStrip ska dras och släppas i ToolStripPanelRow.

Returer

true om det finns tillräckligt med utrymme i ToolStripPanelRow för att ta emot ToolStrip, annars , false.

Gäller för