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
- text
Type: System.String
- properties
Type: ISmartTagProperties
- range
Type: System.Object
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.