Partager via


_CommandBarButton.Move, méthode (Object, Object)

Déplace ce contrôle à la barre de commandes spécifiée à la position spécifiée.

Espace de noms :  Microsoft.VisualStudio.CommandBars
Assembly :  Microsoft.VisualStudio.CommandBars (dans Microsoft.VisualStudio.CommandBars.dll)

Syntaxe

'Déclaration
Function Move ( _
    Bar As Object, _
    Before As Object _
) As CommandBarControl
CommandBarControl Move(
    Object Bar,
    Object Before
)

Paramètres

  • Before
    Type : System.Object
    La position sur la barre de commandes à laquelle pour la copier.

Valeur de retour

Type : Microsoft.VisualStudio.CommandBars.CommandBarControl
Le contrôle déplacé.

Implémentations

CommandBarControl.Move(Object, Object)

Remarques

La collection de contrôles sur la barre de commandes est de base 1.

Sécurité .NET Framework

Voir aussi

Référence

_CommandBarButton Interface

Move, surcharge

Microsoft.VisualStudio.CommandBars, espace de noms