IOleInPlaceFrameVtbl class final

Inheritance

Constructors

IOleInPlaceFrameVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IOleInPlaceFrame> This)>>
getter/setter pair
ContextSensitiveHelp Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, BOOL fEnterMode)>>
getter/setter pair
EnableModeless Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, BOOL fEnable)>>
getter/setter pair
GetBorder Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, LPRECT lprectBorder)>>
getter/setter pair
GetWindow Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, Pointer<HWND> phwnd)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
InsertMenus Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, HMENU hmenuShared, LPOLEMENUGROUPWIDTHS lpMenuWidths)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IOleInPlaceFrame> This)>>
getter/setter pair
RemoveMenus Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, HMENU hmenuShared)>>
getter/setter pair
RequestBorderSpace Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, LPCBORDERWIDTHS pborderwidths)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SetActiveObject Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, Pointer<IOleInPlaceActiveObject> pActiveObject, LPCOLESTR pszObjName)>>
getter/setter pair
SetBorderSpace Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, LPCBORDERWIDTHS pborderwidths)>>
getter/setter pair
SetMenu Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, HMENU hmenuShared, HOLEMENU holemenu, HWND hwndActiveObject)>>
getter/setter pair
SetStatusText Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, LPCOLESTR pszStatusText)>>
getter/setter pair
TranslateAcceleratorA Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceFrame> This, LPMSG lpmsg, WORD wID)>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited