AxHost.DoVerb(Int32) Method

Definition

Requests that an object perform an action in response to an end-user's action.

public:
 void DoVerb(int verb);
public void DoVerb (int verb);
member this.DoVerb : int -> unit
Public Sub DoVerb (verb As Integer)

Parameters

verb
Int32

One of the actions enumerated for the object in IOleObject::EnumVerbs.

Remarks

This method passes the specified verb to the IOleObject::DoVerb method of the hosted control.

Applies to

See also