M
Michael Lang
I created a custom control for viewing and editing an instance of my Matrix
class. It has a property called Matrix of type Matrix. It is a property I
want to use at run-time... I don't expect it to be set at design time.
Isn't there an attribute I can apply to a control's property so that the
code generator will not try and set a value for it, and so it cannot be set
via the control's property window?
Michael Lang
class. It has a property called Matrix of type Matrix. It is a property I
want to use at run-time... I don't expect it to be set at design time.
Isn't there an attribute I can apply to a control's property so that the
code generator will not try and set a value for it, and so it cannot be set
via the control's property window?
Michael Lang