Click or drag to resize

IOleObjectEnumVerbs Method

Enumerates the verbs supported by the object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int EnumVerbs(
	out IEnumOLEVERB e
)

Parameters

e  IEnumOLEVERB
When this method returns, contains the verb enumerator.

Return Value

Int32
The HRESULT returned by the COM method.
See Also