'Declaration Public Property CanPrint As Boolean
'Usage Dim instance As FloatingObject Dim value As Boolean instance.CanPrint = value value = instance.CanPrint
public bool CanPrint {get; set;}
Property Value
true
if this floating object can print; otherwise, false
.