ToolStripPanelRow.CanMove(ToolStrip) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si un ToolStrip peut faire l'objet d'un glisser-déplacer 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-déplacer dans ToolStripPanelRow.
Retours
true
s'il y a assez d'espace dans ToolStripPanelRow pour recevoir ToolStrip ; sinon, false
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.