NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.DoVerb

[To be supplied.]

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

Parameters

verb
[To be supplied.]

See Also

AxHost Class | AxHost Members | System.WinForms Namespace