Layout Constructor (String) | 
 
            Creates a new Layout with the given name.
            
 
    Namespace: 
   OBCOM.NetClient
    Assembly:
   OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic Layout(
	string name
)
Public Sub New ( 
	name As String
)
Parameters
- name
 - Type: SystemString
the name of this Layout. 
See Also