List & Label .NET
combit.Reporting.Wpf Namespace / EnhancedViewerControl Class
Members


In This Topic
    EnhancedViewerControl Class
    In This Topic

    This control can be used to display preview file contents in WPF applications based on the ListLabelPreviewControl using the WindowsFormsHost.

    Object Model
    EnhancedViewerControl ClassListLabelPreviewControl Class
    Syntax
    'Declaration
     
    
    Public Class EnhancedViewerControl 
       Inherits System.Windows.Controls.UserControl
    public class EnhancedViewerControl : System.Windows.Controls.UserControl 
    public ref class EnhancedViewerControl : public System.Windows.Controls.UserControl 
    Remarks

    Please always call Dispose() explicitly for the control to release used resources. For WPF-Window objects, the Closed event is suitable for this.

    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            System.Windows.Controls.UserControl
                               combit.Reporting.Wpf.EnhancedViewerControl

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also