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