Retrieves the stored layout version of one specific control from a file.
public static void RestoreLayout( Control targetControl, string path )
static Public Sub RestoreLayout( ByVal targetControl As Control, ByVal path As String )
The RestoreLayout method restores individual control layouts. To capture such a layout, call the SaveLayout method.