FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / CanPrint Property


In This Topic
CanPrint Property (MultiSideShape)
In This Topic
Gets or sets whether the container is allowed to print the object.
Syntax
'Declaration
 
Public Overridable Property CanPrint As Boolean
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Boolean
 
instance.CanPrint = value
 
value = instance.CanPrint
See Also