ActiveReports 13
GetPositionFromControl Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : GetPositionFromControl Method
A control contained within a cell.
Gets the System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell that contains the control.
Syntax
'Declaration
 
Public Function GetPositionFromControl( _
   ByVal control As Control _
) As TableLayoutPanelCellPosition
public TableLayoutPanelCellPosition GetPositionFromControl( 
   Control control
)

Parameters

control
A control contained within a cell.

Return Value

A System.Windows.Forms.TableLayoutPanelCellPosition that represents the cell position.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members