'Declaration Protected Overridable Sub CalculateControlBoundsCore( _ ByVal cell As Cell, _ ByRef bounds As Rectangle _ )
'Usage Dim instance As CellViewerManager Dim cell As Cell Dim bounds As Rectangle instance.CalculateControlBoundsCore(cell, bounds)
Parameters
- cell
- The Xceed.Grid.Cell whose content is to be viewed by the viewer.
- bounds
- A System.Drawing.Rectangle structure representing the bounds of the viewer.