ShapeElement.HideCustomToolTip Method

Hides the custom tooltip for the shape.

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 HideCustomToolTip ( _
    window As IWin32Window _
)
protected internal virtual void HideCustomToolTip(
    IWin32Window window
)
protected public:
virtual void HideCustomToolTip(
    IWin32Window^ window
)
abstract HideCustomToolTip : 
        window:IWin32Window -> unit  
override HideCustomToolTip : 
        window:IWin32Window -> unit
function HideCustomToolTip(
    window : IWin32Window
)

Parameters

  • window
    Type: IWin32Window

    The interface that exposes the handle for the tooltip window.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace