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: IWin32WindowThe 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.