Imports System.ComponentModel Imports DigitalData.GUIs.ClientSuite.ClassControlLocalization Imports DigitalData.GUIs.ClientSuite.ClassControlUtils Namespace ControlProperties Public MustInherit Class ClassBaseProperties <[ReadOnly](True)> Public Property Id As Integer <[ReadOnly](True)> Public Property Type As ControlType Public Property Name As String Public Property Location As Point Public Property Size As Size Public Property Font() As Font Public Property Color() As Color End Class End Namespace