FormGroupControl.toolTip 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.
Returns the text string for the tooltip for a form group control.
public:
override System::String ^ toolTip();
public override string toolTip ();
override this.toolTip : unit -> string
Public Overrides Function toolTip () As String
Returns
A string value that contains the text for the tooltip.