A
Andrew Baker
I have a progress bar which is nested control and I want to persist
the design time properties of this nested control. I thought all I
needed to do was mark it with the
DesignerSerializationVisibility.Content attribute, as below:
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public ProgressBar ProgressBar
{
get{return _progressBar;}
set{_progressBar = value;}
}
but for some reason the properies are not being persisted, has anyone
got any ideas what I doing wrong?
thanks
andrew
www.vbusers.com
the design time properties of this nested control. I thought all I
needed to do was mark it with the
DesignerSerializationVisibility.Content attribute, as below:
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public ProgressBar ProgressBar
{
get{return _progressBar;}
set{_progressBar = value;}
}
but for some reason the properies are not being persisted, has anyone
got any ideas what I doing wrong?
thanks
andrew
www.vbusers.com