'Declaration Public Shared Function GetIndention( _ ByVal controlRendering As IControlRendering, _ ByVal control As Control _ ) As Integer
public static int GetIndention( IControlRendering controlRendering, Control control )
Parameters
- controlRendering
- control
- The System.Windows.Forms.Control to get the indention value for.
Return Value
The amount of pixels, at the current DPI, the control should be indented.