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