'internalName: CControl
'Desc holds details for each embedded control on a form

'Variables
Public externalTypeName As String
Public isExternalType As Boolean
Public guid As String
Public owner As String
Public offset As Long
Public Name As String
Public controlID As Long
Public ControlTypeID As Byte

'Properties
Property ControlType() As String
Property BaseExtName() As String

'Methods
Function dump() As String

'Variables externalTypeName isExternalType guid owner offset Name controlID ControlTypeID 
'Properties ControlType BaseExtName 
'Methods dump
