ShapeElement.ShowCustomToolTip(String, IWin32Window, Point) Method

Definition

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

Applies to