Type | Description | |||
Command as String | A String expression that indicates the caption of the custom command being executed. |
private void InvokeMenuCommand(object sender,string Command) { } Private Sub InvokeMenuCommand(ByVal sender As System.Object,ByVal Command As String) Handles InvokeMenuCommand End Sub |
private void InvokeMenuCommand(object sender, AxEXSHELLVIEWLib._IExShellViewEvents_InvokeMenuCommandEvent e) { } void OnInvokeMenuCommand(LPCTSTR Command) { } void __fastcall InvokeMenuCommand(TObject *Sender,BSTR Command) { } procedure InvokeMenuCommand(ASender: TObject; Command : WideString); begin end; procedure InvokeMenuCommand(sender: System.Object; e: AxEXSHELLVIEWLib._IExShellViewEvents_InvokeMenuCommandEvent); begin end; begin event InvokeMenuCommand(string Command) end event InvokeMenuCommand Private Sub InvokeMenuCommand(ByVal sender As System.Object, ByVal e As AxEXSHELLVIEWLib._IExShellViewEvents_InvokeMenuCommandEvent) Handles InvokeMenuCommand End Sub Private Sub InvokeMenuCommand(ByVal Command As String) End Sub Private Sub InvokeMenuCommand(ByVal Command As String) End Sub LPARAMETERS Command PROCEDURE OnInvokeMenuCommand(oExShellView,Command) RETURN |
<SCRIPT EVENT="InvokeMenuCommand(Command)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function InvokeMenuCommand(Command) End Function </SCRIPT> Procedure OnComInvokeMenuCommand String llCommand Forward Send OnComInvokeMenuCommand llCommand End_Procedure METHOD OCX_InvokeMenuCommand(Command) CLASS MainDialog RETURN NIL void onEvent_InvokeMenuCommand(str _Command) { } function InvokeMenuCommand as v (Command as C) end function function nativeObject_InvokeMenuCommand(Command) return |