G
Guest
In a custom control, inherited from WebControl, I get a Font property
automatically. What's it's purpose. When I render text within the control,
it's not rendered with the attributes of that font object. Do I have to
read the attributes of the font object and render each one within a font tag
manually?
I'm overriding the RenderBeginTag, RenderContentes and RenderEndTag methods.
They render a hierarchy of tables and divs, but I want the innertext of the
innermost element to be rendered in the font selected in the properties
dialog.
What am I missing?
Thanks.
Jerry
automatically. What's it's purpose. When I render text within the control,
it's not rendered with the attributes of that font object. Do I have to
read the attributes of the font object and render each one within a font tag
manually?
I'm overriding the RenderBeginTag, RenderContentes and RenderEndTag methods.
They render a hierarchy of tables and divs, but I want the innertext of the
innermost element to be rendered in the font selected in the properties
dialog.
What am I missing?
Thanks.
Jerry