[]
Determines if a control is currently within the view determined by the row and column parameters.
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
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 |
Type | Description |
---|---|
bool | Returns true if shape is in view; otherwise false |