Below you can see that the red, green and blue colours are retained:
' Sets the default value of TabStop to true when the component is first added to the form.
Public Overrides Sub InitializeNewComponent(ByVal defaultValues As IDictionary)
MyBase.InitializeNewComponent(defaultValues)
Dim d = TypeDescriptor.GetProperties(MyBase.Component).Item("TabStop")
...
End Sub...
No comments:
Post a Comment