IOleInPlaceFrame.SetMenu(IntPtr, IntPtr, IntPtr) 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.
public:
void SetMenu(IntPtr hmenuShared, IntPtr HOLEMENU, IntPtr hwndActiveObject);
public void SetMenu (IntPtr hmenuShared, IntPtr HOLEMENU, IntPtr hwndActiveObject);
abstract member SetMenu : nativeint * nativeint * nativeint -> unit
Public Sub SetMenu (hmenuShared As IntPtr, HOLEMENU As IntPtr, hwndActiveObject As IntPtr)
Paramètres
- hmenuShared
- IntPtr
- HOLEMENU
- IntPtr
- hwndActiveObject
- IntPtr
Remarques
Pour plus d’informations sur l’interface COM, consultez IOleInPlaceFrame :: SetMenu