ControlSite.Verb(XlOLEVerb) Method

Definition

Sends a verb to the server of the ControlSite.

public:
 System::Object ^ Verb(Microsoft::Office::Interop::Excel::XlOLEVerb Verb);
public object Verb (Microsoft.Office.Interop.Excel.XlOLEVerb Verb);
abstract member Verb : Microsoft.Office.Interop.Excel.XlOLEVerb -> obj
Public Function Verb (Verb As XlOLEVerb) As Object

Parameters

Verb
XlOLEVerb

One of the XlOLEVerb values that represents the verb that the server of the ControlSite should act on.

Returns

If the Verb parameter is omitted, the default verb is sent. The available verbs are determined by the object's source application. Typical verbs for an ControlSite are Open and Primary (represented by the xlVerbOpen and xlVerbPrimary values).

Applies to