FormRadioControl.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.
Sets or returns the tooltip text for the control.
public:
override System::String ^ toolTip();
public override string toolTip ();
override this.toolTip : unit -> string
Public Overrides Function toolTip () As String
Returns
The tooltip text for the control; an empty string if there is no tooltip text for the control.