Action.OnClick Method (2003 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

This member overrides ActionBase.OnClick(String, ISmartTagProperties, Object).

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Protected Overrides Sub OnClick ( _
    text As String, _
    properties As ISmartTagProperties, _
    range As Object _
)
'Usage
Dim text As String
Dim properties As ISmartTagProperties
Dim range As Object

Me.OnClick(text, properties, range)
protected override void OnClick(
    string text,
    ISmartTagProperties properties,
    Object range
)

Parameters

  • properties
    Type: ISmartTagProperties

Permissions

See Also

Reference

Action Class

Action Members

Microsoft.Office.Tools.Word Namespace