GrapeCity MultiRow Windows Forms Documentation
Moveable Property


Gets or sets a value that indicates whether the note can be dragged and moved.
Syntax
Public Property Moveable As Boolean
Dim instance As CellNote
Dim value As Boolean
 
instance.Moveable = value
 
value = instance.Moveable
public bool Moveable {get; set;}

Property Value

true if the note can be dragged and moved; otherwise, false. The default value is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellNote Class
CellNote Members

 

 


Copyright © GrapeCity, inc. All rights reserved.