Hello all,
I have created a custom view with some custom properties as listed as such:
#DesignerProperty: Key: StringExample, DisplayName: Title Text, FieldType: String, DefaultValue: Text
How can i access the value of the properties (Title Text) in my customview?
dim Label1 as label
Label1.initialize
Label1.text=mbase.StringExample <--------- ?
Thanks
I have created a custom view with some custom properties as listed as such:
#DesignerProperty: Key: StringExample, DisplayName: Title Text, FieldType: String, DefaultValue: Text
How can i access the value of the properties (Title Text) in my customview?
dim Label1 as label
Label1.initialize
Label1.text=mbase.StringExample <--------- ?
Thanks