IContextMenuDispatch.ShowContextMenuForControl, méthode
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Function ShowContextMenuForControl ( _
control As Control, _
position As Point, _
isKeyboardInvoke As Boolean _
) As Boolean
bool ShowContextMenuForControl(
Control control,
Point position,
bool isKeyboardInvoke
)
Paramètres
- control
Type : System.Windows.Forms.Control
- position
Type : System.Drawing.Point
- isKeyboardInvoke
Type : System.Boolean
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.