combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabelRTFControl Class / ParentComponent Property


In This Topic
    ParentComponent Property (ListLabelRTFControl)
    In This Topic
    Defines the ListLabel instance that is used for displaying the RTF editor. This is important for the available fields and variables as well as dialog styles etc.
    Syntax
    'Declaration
     
    
    Public Property ParentComponent As ListLabel
    public ListLabel ParentComponent {get; set;}
    public:
    property ListLabel^ ParentComponent {
       ListLabel^ get();
       void set (    ListLabel^ value);
    }
    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