ActivityDesigner.ShowInfoTip 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.
Displays the specified info tip for the ActivityDesigner.
Overloads
ShowInfoTip(String, String) |
Displays the info tip for the ActivityDesigner with the specified title and text. |
ShowInfoTip(String) |
Shows the specified info tip. |
Remarks
Unless overridden in a derived class, ShowInfoTip uses the WorkflowView.ShowInfoTip logic to display info tips.
ShowInfoTip(String, String)
Displays the info tip for the ActivityDesigner with the specified title and text.
protected:
void ShowInfoTip(System::String ^ title, System::String ^ infoTip);
protected void ShowInfoTip (string title, string infoTip);
member this.ShowInfoTip : string * string -> unit
Protected Sub ShowInfoTip (title As String, infoTip As String)
Parameters
- title
- String
A string that contains the title of the info tip.
- infoTip
- String
A string that contains the info tip text to display.
Applies to
ShowInfoTip(String)
Shows the specified info tip.
protected:
void ShowInfoTip(System::String ^ infoTip);
protected void ShowInfoTip (string infoTip);
member this.ShowInfoTip : string -> unit
Protected Sub ShowInfoTip (infoTip As String)
Parameters
- infoTip
- String
The text to display in the InfoTip.
Remarks
Use ShowInfoTip to show a rectangle of text that can be used to display extended information about the designer.