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