ToolStripPanelRow.CanMove(ToolStrip) Méthode

Définition

Obtient ou définit une valeur indiquant si un ToolStrip peut être déplacé et supprimé dans 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

Paramètres

toolStripToDrag
ToolStrip

À ToolStrip glisser et à déposer dans le ToolStripPanelRow.

Retours

true s’il y a suffisamment d’espace dans la ToolStripPanelRow réception du ToolStrip; sinon, false.

S’applique à