Class CControl
  Public ControlTypeID As Byte
  Public controlID As Long
  Public name As String
  Public offset As Long
  Public owner As String
  Public guid As String
  Public controlName As New CControlName 'do we need this link for anything? not used yet new 10.30.22
  Public ControlTypeStr As String
  Public myProps As CControlProperties 'all should have it
  Public isExternalType As Boolean
  Public externalTypeName As String
  Public Function parentOCX(ByRef ocx As COcxItem) As Boolean
  Public Property Get BaseExtName() As String
  Public Function dump() As String
  Public Property Get ControlType() As String
End Class
