OLEFormat.DoVerb(Object) 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.
Requests that an OLE object perform one of its available verbs— the actions an OLE object takes to activate its contents. Each OLE object supports a set of verbs that pertain to that object.
public void DoVerb (ref object VerbIndex);
abstract member DoVerb : obj -> unit
Public Sub DoVerb (Optional ByRef VerbIndex As Object)
Parameters
- VerbIndex
- Object
Optional Object. The verb that the OLE object should perform. If this argument is omitted, the default verb is sent. If the OLE object does not support the requested verb, an error will occur. Can be any WdOLEVerb constant.