Checks whether specified element is covered by the current CoverElementsPane instance.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected virtual bool IsPaneElementInternal(
	FrameworkElement element
)
Visual Basic
Protected Overridable Function IsPaneElementInternal ( _
	element As FrameworkElement _
) As Boolean

Parameters

element
Type: System.Windows..::..FrameworkElement
The FrameworkElement to check.

Return Value

Returns True if specified element is coverred by the current CoverElementsPane instance; False otherwise.

Remarks

This method is performance critical. Override it in derived class to perform faster check based on element data context and derived class properties.

See Also