R
Rick
I've written a number of custom controls for the compact framework.
When I use one of these controls on my forms, it generates a line
like: "this.SelectedItem = null". This causes my code to go nuts and
I'd like to suppress this code generation for the "SelectedItem"
property. I though the attribute
"System.ComponentModel.DesignerSerializationVisibility" woud take are
of it, but that's doesn't seem to be available in the compact
framework.
Please advise.
Rick
When I use one of these controls on my forms, it generates a line
like: "this.SelectedItem = null". This causes my code to go nuts and
I'd like to suppress this code generation for the "SelectedItem"
property. I though the attribute
"System.ComponentModel.DesignerSerializationVisibility" woud take are
of it, but that's doesn't seem to be available in the compact
framework.
Please advise.
Rick