Expand Minimize
This topic has not yet been rated - Rate this topic

AxHost.DoVerb Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Sub DoVerb( _
   ByVal verb As Integer _
)
[C#]
public void DoVerb(
 int verb
);
[C++]
public: void DoVerb(
 int verb
);
[JScript]
public function DoVerb(
   verb : int
);

See Also

AxHost Class | AxHost Members | System.Windows.Forms Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.