List & Label .NET
combit.Reporting Namespace / ListLabel Class / RestrictDesignerToCrossPlatformCompatibleFeatures Method

True to restrict the designer to the compatible features in the cross-platform version of List & Label; otherwise False.



In This Topic
    RestrictDesignerToCrossPlatformCompatibleFeatures Method
    In This Topic

    Restricts or enables design features that are not available in the cross-platform version of List & Label.

    Syntax
    'Declaration
     
    
    Public Sub RestrictDesignerToCrossPlatformCompatibleFeatures( _
       ByVal restrict As Boolean _
    ) 
    public void RestrictDesignerToCrossPlatformCompatibleFeatures( 
       bool restrict
    )
    public:
    void RestrictDesignerToCrossPlatformCompatibleFeatures( 
       bool restrict
    ) 

    Parameters

    restrict

    True to restrict the designer to the compatible features in the cross-platform version of List & Label; otherwise False.

    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