'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
.'Declaration Public Property DisableSystemClipboard As Nullable(Of Boolean)
public Nullable<bool> DisableSystemClipboard {get; set;}
true
if the system clipboard usage should be disabled; otherwise, false
.