i have a tabcotrol(dotne tmagic) in c#.net and i am trying to create a tabpage containing a
richtextbox which is created at runtime.
richtextbox rch=new richtextbox();
Crownwood.Magic .Controls.TabPa ge tb1 = new Crownwood.Magic .Controls.TabPa ge("Document1" , rch);
but i can't access the richtextbox control property like
rch.load();
rch.rtf etc...
can i set the properties of dynamically created controls in other events.?
Help me...
richtextbox which is created at runtime.
richtextbox rch=new richtextbox();
Crownwood.Magic .Controls.TabPa ge tb1 = new Crownwood.Magic .Controls.TabPa ge("Document1" , rch);
but i can't access the richtextbox control property like
rch.load();
rch.rtf etc...
can i set the properties of dynamically created controls in other events.?
Help me...
Comment