Control..::..IsElement Property

Returns true if the control is a child element

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

Syntax


public bool IsElement { get; }
Public ReadOnly Property IsElement As Boolean
	Get
public:
property bool^ IsElement {
	bool^ get ();
}