Click or drag to resize

mxGraphIsCellMovable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given cell is movable. This implementation always returns true.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool IsCellMovable(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose movable state should be returned.

Return Value

Type: Boolean
Returns true if the cell is movable.
See Also