'Declaration
Public Shared Function GetWindowRect( _ 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.GetWindowRect(c)
public static System.Drawing.Rectangle GetWindowRect( System.Windows.Forms.Control c )
Parameters
- c