Namespace: SchemaExplorer.Design
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static bool IsAllChildrenSame(
	TreeNode parent,
	int state
)
Visual Basic
Public Shared Function IsAllChildrenSame ( 
	parent As TreeNode,
	state As Integer
) As Boolean

Return Value

Type: Boolean

See Also