Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / CanSize Property


In This Topic
CanSize Property (IPSObject)
In This Topic
Gets or sets whether the object can be resized.
Syntax
'Declaration
 
Property CanSize As Sizing
 
'Usage
 
Dim instance As IPSObject
Dim value As Sizing
 
instance.CanSize = value
 
value = instance.CanSize
See Also