Click or drag to resize

mxGraphViewValidateCellState Method (Object, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Validates the cell state for the given cell.

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

Parameters

cell
Type: SystemObject
Cell whose cell state should be validated.
recurse
Type: SystemBoolean
Boolean indicating if the children of the cell should be validated.

Return Value

Type: mxCellState
See Also