ContainerReportItem.GetPotentialParentUnderPoint(PointF, ReportItemList) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
virtual Microsoft::ReportDesigner::IParent ^ GetPotentialParentUnderPoint(System::Drawing::PointF virtualPoint, Microsoft::ReportDesigner::ReportItemList ^ exclusionList);
public Microsoft.ReportDesigner.IParent GetPotentialParentUnderPoint (System.Drawing.PointF virtualPoint, Microsoft.ReportDesigner.ReportItemList exclusionList);
Public Function GetPotentialParentUnderPoint (virtualPoint As PointF, exclusionList As ReportItemList) As IParent
Parametri
- virtualPoint
- PointF
- exclusionList
- ReportItemList
Restituisce
Implementazioni
Microsoft.ReportDesigner.ISelectableObjectContainer.GetPotentialParentUnderPoint(System.Drawing.PointF,Microsoft.ReportDesigner.ReportItemList)