combit List & Label 29 - .NET Help
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

    Bitte rufen Sie für das Control immer explizit Dispose() auf, um verwendete Ressourcen wieder freizugeben. Bei WPF-Window Objekten eignet sich das Closed-Event dafür.

    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 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also