public virtual bool IsChildInView( Control child, int topRow, int leftColumn, int bottomRow, int rightColumn )
'Declaration Public Overridable Function IsChildInView( _ ByVal child As Control, _ ByVal topRow As Integer, _ ByVal leftColumn As Integer, _ ByVal bottomRow As Integer, _ ByVal rightColumn As Integer _ ) As Boolean
'Declaration
Public Overridable Function IsChildInView( _ ByVal child As Control, _ ByVal topRow As Integer, _ ByVal leftColumn As Integer, _ ByVal bottomRow As Integer, _ ByVal rightColumn As Integer _ ) As Boolean
'Usage Dim instance As SpreadChildControlContainer Dim child As Control Dim topRow As Integer Dim leftColumn As Integer Dim bottomRow As Integer Dim rightColumn As Integer Dim value As Boolean value = instance.IsChildInView(child, topRow, leftColumn, bottomRow, rightColumn)
'Usage
Dim instance As SpreadChildControlContainer Dim child As Control Dim topRow As Integer Dim leftColumn As Integer Dim bottomRow As Integer Dim rightColumn As Integer Dim value As Boolean value = instance.IsChildInView(child, topRow, leftColumn, bottomRow, rightColumn)
SpreadChildControlContainer Class SpreadChildControlContainer Members