ToolStripPanelRow.CanMove(ToolStrip) Metoda

Definicja

Pobiera lub ustawia wartość wskazującą, czy ToolStrip można przeciągać i upuszczać do elementu 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

Parametry

toolStripToDrag
ToolStrip

Element ToolStrip do przeciągania i upuszczania do .ToolStripPanelRow

Zwraca

true jeśli w obiekcie ToolStripPanelRow jest wystarczająca ilość miejsca, aby otrzymać wartość ToolStrip; falsew przeciwnym razie .

Dotyczy