ShapeElement::ShowCustomToolTip Method (String^, IWin32Window^, Point)
Visual Studio 2015
Makes a shape's custom tooltip visible.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public protected: virtual void ShowCustomToolTip( String^ text, IWin32Window^ window, Point point )
Parameters
- text
-
Type:
System::String^
The text for the tooltip.
- window
-
Type:
System.Windows.Forms::IWin32Window^
The window for the tooltip.
- point
-
Type:
System.Drawing::Point
The x- and y-coordinates where the tooltip should appear.
Show: