Hi Julesey,
I tried:
private Label tBLabel=new Label();//+Instantiation
[Description("Label above Textbox.")]
public Label TBLabel
{
get { return tBLabel; }
set { tBLabel = value; }
}
and the problem remained.
The problem is that...
LS,
I'm using VS 2005 C#. I created a new component that inherits form textbox. I added a Label to this textbox.
private Label tBLabel;
[Description("Label above Textbox.")]
public Label TBLabel
{
get { return tBLabel; }
set { tBLabel =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.