'Declaration
Public Shared Function GetClientRect( _ ByVal c As System.Windows.Forms.Control _ ) As System.Drawing.Rectangle
'Usage
Dim c As System.Windows.Forms.Control Dim value As System.Drawing.Rectangle value = NControlHelper.GetClientRect(c)
public static System.Drawing.Rectangle GetClientRect( System.Windows.Forms.Control c )
Parameters
- c