Click or drag to resize

mxGraphIsCellCollapsed Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given cell is collapsed. This implementation returns true if the collapsed state of the cell in the model is true.

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

Parameters

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

Return Value

Type: Boolean
Returns the collapsed state of the cell.
See Also