ShapeElement.ShowCustomToolTip(String, IWin32Window, Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Show the shape's custom tooltip with the given hints on text and position
protected public:
virtual void ShowCustomToolTip(System::String ^ text, System::Windows::Forms::IWin32Window ^ window, System::Drawing::Point point);
protected internal virtual void ShowCustomToolTip (string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point);
abstract member ShowCustomToolTip : string * System.Windows.Forms.IWin32Window * System.Drawing.Point -> unit
override this.ShowCustomToolTip : string * System.Windows.Forms.IWin32Window * System.Drawing.Point -> unit
Protected Friend Overridable Sub ShowCustomToolTip (text As String, window As IWin32Window, point As Point)
Parameters
- text
- String
Hint as to what text to show in the tooltip
- window
- IWin32Window
- point
- Point