ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / DisableSystemClipboard Property

In This Topic
    DisableSystemClipboard Property (DesignerSettings)
    In This Topic
    Gets or sets a value indicating whether to disable the usage of the system clipboard.
    Syntax
    'Declaration
     
    Public Property DisableSystemClipboard As Nullable(Of Boolean)
    public Nullable<bool> DisableSystemClipboard {get; set;}

    Property Value

    true if the system clipboard usage should be disabled; otherwise, false.
    See Also