N
Nathan Sokalski
I am creating a System.Web.UI.WebControls.CompositeControl, and several of
the properties have a default value set for them, such as in:
<System.ComponentModel.DefaultValue(2050)> Public Property LastYear() As
Integer
When in the sequence of events is this value applied? Thanks.
the properties have a default value set for them, such as in:
<System.ComponentModel.DefaultValue(2050)> Public Property LastYear() As
Integer
When in the sequence of events is this value applied? Thanks.