Click or drag to resize

IEnumOLEVERB Interface

Enumerates OLE verbs.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IEnumOLEVERB

The IEnumOLEVERB type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a copy of the enumerator in its current state.
Public methodNext Retrieves a specified number of verbs in the enumeration sequence.
Public methodReset Resets the enumeration sequence to the beginning.
Public methodSkip Skips a specified number of verbs in the enumeration sequence.
Top
See Also