Control..::..IsChildOf Method

Returns true if the given control is a sibling of the control

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool IsChildOf(
	Control control
)
Public Function IsChildOf ( _
	control As Control _
) As Boolean
public:
bool^ IsChildOf(
	Control^ control
)

Parameters

control
Type: Control

Return Value