'Declaration Public Shared Function GetVisibleRect( _ ByVal control As System.Windows.Forms.Control _ ) As System.Drawing.Rectangle
public static System.Drawing.Rectangle GetVisibleRect( System.Windows.Forms.Control control )
Parameters
- control
- The specified control.
Return Value
The rectangle of viewable area of the control.