GeekArticles
FAQ
Mobile.NET FAQPRB: Style and Font Properties Set on a Mobile Control May Not Appear in HTML Browsers
Author: support.microsoft.com |
Published: 21st Aug 2005 |
Visited: 272 times |
Add CommentFiled in: Mobile NET FAQIf you set certain style or font properties on a mobile control, they may not appear when you browse with a Hypertext Markup Language (HTML) browser that supports the style or font. This behavior can occur because style and font properties are not...
Read Article Sponsored Links
Related Articles
• CodeSnip: Unexpected behavior with C# auto-implemented properties In this code snippet, Joseph examines a scenario of an unexpected behavior which will happen while using C# auto-implemented properties with reflection. After providing a step-by-step description of the scenario, he provides the complete code listing of all the C# files used in the sample project al ...