WorkflowView.ShowInPlaceToolTip(String, Rectangle) 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.
Shows a ToolTip
at the specified location.
public:
void ShowInPlaceToolTip(System::String ^ toolTipText, System::Drawing::Rectangle toolTipRectangle);
public void ShowInPlaceToolTip (string toolTipText, System.Drawing.Rectangle toolTipRectangle);
member this.ShowInPlaceToolTip : string * System.Drawing.Rectangle -> unit
Public Sub ShowInPlaceToolTip (toolTipText As String, toolTipRectangle As Rectangle)
Parameters
- toolTipText
- String
The text to display.
- toolTipRectangle
- Rectangle
The Rectangle specifying the location on the screen to place the ToolTip
.
Remarks
ToolTips
are helpful notes to the user that display useful information about an object underneath the pointer.
Use ShowInPlaceToolTip to display a ToolTip
with the specified text and a desired location.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.