Méthode ShowContextMenu
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.DataWarehouse.Interfaces
Assembly : Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Syntaxe
'Déclaration
Sub ShowContextMenu ( _
menuID As CommandID, _
x As Integer, _
y As Integer _
)
'Utilisation
Dim instance As ICommandTargetMenuService
Dim menuID As CommandID
Dim x As Integer
Dim y As Integer
instance.ShowContextMenu(menuID, x, y)
void ShowContextMenu(
CommandID menuID,
int x,
int y
)
void ShowContextMenu(
CommandID^ menuID,
int x,
int y
)
abstract ShowContextMenu :
menuID:CommandID *
x:int *
y:int -> unit
function ShowContextMenu(
menuID : CommandID,
x : int,
y : int
)
Paramètres
- menuID
Type : System.ComponentModel.Design. . :: . .CommandID
- x
Type : System. . :: . .Int32
- y
Type : System. . :: . .Int32
Voir aussi