ActionBase.OnBeforeCaptionShow Method (2007 System)

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
)
protected public:
virtual void OnBeforeCaptionShow(
    String^ text, 
    ISmartTagProperties^ properties, 
    Object^ range
)
protected internal function OnBeforeCaptionShow(
    text : String, 
    properties : ISmartTagProperties, 
    range : Object
)

Parameters

  • properties
    Type: ISmartTagProperties

.NET Framework Security

See Also

Reference

ActionBase Class

ActionBase Members

Microsoft.Office.Tools Namespace