Click or drag to resize

tagOLEVERB Class

Represents an OLE verb descriptor.
Inheritance Hierarchy
SystemObject
  Altaxo.UnmanagedApi.Ole32tagOLEVERB

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class tagOLEVERB

The tagOLEVERB type exposes the following members.

Constructors
 NameDescription
Public methodtagOLEVERB Initializes a new instance of the tagOLEVERB class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldfuFlagsThe verb flags.
Public fieldgrfAttribsThe verb attributes.
Public fieldlpszVerbNameThe verb name.
Public fieldlVerbThe verb identifier.
Top
See Also