FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IEmbeddedControlSupport Interface / CanSize Property


In This Topic
CanSize Property (IEmbeddedControlSupport)
In This Topic
Gets or sets whether the user is allowed to resize the embedded child control.
Syntax
'Declaration
 
Property CanSize As Sizing
 
'Usage
 
Dim instance As IEmbeddedControlSupport
Dim value As Sizing
 
instance.CanSize = value
 
value = instance.CanSize
See Also