Hides the custom tooltip for the shape.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
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: System.Windows.Forms.IWin32Window
 The interface that exposes the handle for the tooltip window.
.NET Framework Security
- 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.