ShapeElement.ShowCustomToolTip Method

Makes a shape's custom tooltip visible.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Friend Overridable Sub ShowCustomToolTip ( _
    text As String, _
    window As IWin32Window, _
    point As Point _
)
protected internal virtual void ShowCustomToolTip(
    string text,
    IWin32Window window,
    Point point
)
protected public:
virtual void ShowCustomToolTip(
    String^ text, 
    IWin32Window^ window, 
    Point point
)
abstract ShowCustomToolTip : 
        text:string * 
        window:IWin32Window * 
        point:Point -> unit  
override ShowCustomToolTip : 
        text:string * 
        window:IWin32Window * 
        point:Point -> unit
function ShowCustomToolTip(
    text : String, 
    window : IWin32Window, 
    point : Point
)

Parameters

  • text
    Type: String

    The text for the tooltip.

  • window
    Type: IWin32Window

    The window for the tooltip.

  • point
    Type: Point

    The x- and y-coordinates where the tooltip should appear.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace