At the moment you can take advantage of the LBL's properties to set the properties of the custom view.
The problem is that if the user changes these properties later, the changes will not applied, since the properties are read at "DesignerCreateView time".
It's up to you to update the properties.
You could also use an invisible Lable taking over the properties of the Lbl Label in the DesignerCreateView routine and use these.
It's up to you to update the properties.
You could also use an invisible Lable taking over the properties of the Lbl Label in the DesignerCreateView routine and use these.
You can or must define the properties the user can change with getProperty and setProperty routines.
In these routines you must add the code to do the update necessary for other views in your CustomView.
You can or must define the properties the user can change with getProperty and setProperty routines.
In these routines you must add the code to do the update necessary for other views in your CustomView.