ActionBase.OnBeforeCaptionShow Method

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

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Protected Friend Overridable Sub OnBeforeCaptionShow ( _
    text As String, _
    properties As ISmartTagProperties, _
    range As Object _
)
'Usage
Dim text As String
Dim properties As ISmartTagProperties
Dim range As Object

Me.OnBeforeCaptionShow(text, properties, _
    range)
protected internal virtual void OnBeforeCaptionShow(
    string text,
    ISmartTagProperties properties,
    Object range
)

Parameters

  • properties
    Type: Microsoft.Office.Interop.SmartTag.ISmartTagProperties

.NET Framework Security

See Also

Reference

ActionBase Class

ActionBase Members

Microsoft.Office.Tools Namespace