Wisej.NET Migration
  • Introduction
  • WinForms to Wisej.NET
    • WinForms Migration First Steps
    • Advanced Topics
      • Statics vs. Session Variables
      • Reporting
      • Office Automation
      • Modal Dialogs
      • Registry Access
      • File Access
    • Optimizations After Migration
      • Alert Boxes
      • Watermarks
      • Tool Buttons
      • Enhanced TabControl
      • Enhanced DataGridView
      • AllowHtml
      • Label Wrapper
      • VirtualScroll
      • Theming
      • Responsive Properties
  • VB6 to Wisej.NET
    • VB6 Migration First Steps
  • Gupta to Wisej.NET
    • SAL Migration First Steps
  • Visual WebGUI to Wisej.NET
    • VWG Migration First Steps
    • VWG Advanced Migration
Powered by GitBook
On this page

Was this helpful?

  1. WinForms to Wisej.NET
  2. Optimizations After Migration

AllowHtml

PreviousEnhanced DataGridViewNextLabel Wrapper

Last updated 2 years ago

Was this helpful?

In WinForms applications there is no real way to format labels or have a mixed format inside them. Wisej.NET offers a powerful yet easy way to format content. This is done by setting property to true. It is available for almost any control and supports not only the labels but can also be used for the content of DataGridView columns, ComboBox entries etc.

Please note that AllowHtml is false for any Control by default. This is to avoid false parsing of HTML syntax characters like < or >. So if you want to use HTML in your Control you have to explicitly set AllowHtml to true.

AllowHtml