Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / CanMove Property


In This Topic
CanMove Property (SpreadNotesContainer)
In This Topic
Gets or sets whether the container can be moved.
Syntax
'Declaration
 
Public Overrides Property CanMove As Moving
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim value As Moving
 
instance.CanMove = value
 
value = instance.CanMove
See Also