[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadChildControlContainer.IsChildInView

IsChildInView Method

IsChildInView(Control, int, int, int, int)

Determines if a control is currently within the view determined by the row and column parameters.

Declaration
public virtual bool IsChildInView(Control child, int topRow, int leftColumn, int bottomRow, int rightColumn)
Public Overridable Function IsChildInView(child As Control, topRow As Integer, leftColumn As Integer, bottomRow As Integer, rightColumn As Integer) As Boolean
Parameters
Type Name Description
Control child

Control to check for in view

int topRow

Top row of view

int leftColumn

Left column of view

int bottomRow

Bottom row of view

int rightColumn

Right column of view

Returns
Type Description
bool

Returns true if shape is in view; otherwise false