IReportItem.GetToolTip(PointF, Object) 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.
public:
System::String ^ GetToolTip(System::Drawing::PointF virtualPoint, [Runtime::InteropServices::Out] System::Object ^ % toolTipOwner);
public string GetToolTip (System.Drawing.PointF virtualPoint, out object toolTipOwner);
abstract member GetToolTip : System.Drawing.PointF * obj -> string
Public Function GetToolTip (virtualPoint As PointF, ByRef toolTipOwner As Object) As String
Parameters
- virtualPoint
- PointF
- toolTipOwner
- Object