'Declaration Public Shared Function GetGap( _ ByVal controlRendering As IControlRendering, _ ByVal previousControl As Control, _ ByVal currentControl As Control _ ) As Integer
public static int GetGap( IControlRendering controlRendering, Control previousControl, Control currentControl )
Parameters
- controlRendering
- previousControl
- The control previously laid out in the container. May be null.
- currentControl
- The control requesting the gap information.
Return Value
Returns the amount of gap padding to put above the currentControl.