IScriptingEventsOnSelectionRemoveClicked Method |
Called when button is clicked.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnSelectionRemoveClicked()
Sub OnSelectionRemoveClicked
Dim instance As IScriptingEvents
instance.OnSelectionRemoveClicked()
void OnSelectionRemoveClicked()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnSelectionRemoveClicked
soMessagebox "The delete selection button was clicked"
End Sub
See Also