IOleInPlaceFrame.SetMenu(IntPtr, IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- hmenuShared
-
IntPtr
nativeint
- HOLEMENU
-
IntPtr
nativeint
- hwndActiveObject
-
IntPtr
nativeint
Remarks
For information on the COM interface, see IOleInPlaceFrame::SetMenu