combit List & Label 29 - .NET Help
combit.Reporting.Wpf Namespace / ListLabelViewerControl Class
Members


In This Topic
    ListLabelViewerControl Class
    In This Topic

    This control can be used to display preview file contents in WPF applications.

    Object Model
    ListLabelViewerControl Class
    Syntax
    'Declaration
     
    
    Public Class ListLabelViewerControl 
       Inherits System.Windows.Controls.UserControl
    public class ListLabelViewerControl : System.Windows.Controls.UserControl 
    public ref class ListLabelViewerControl : 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.ListLabelViewerControl

    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