'DeclarationPublic Shared Function GetDockPaintRect( _ ByVal parent As System.Windows.Forms.Control, _ ByVal c As System.Windows.Forms.Control _ ) As System.Drawing.Rectangle
'UsageDim parent As System.Windows.Forms.Control Dim c As System.Windows.Forms.Control Dim value As System.Drawing.Rectangle value = NControlHelper.GetDockPaintRect(parent, c)
Parameters
- parent
- c