[]
        
(Showing Draft Content)

C1.WPF.Schedule.AppointmentsCoverPane.IsPaneElementInternal

IsPaneElementInternal Method

IsPaneElementInternal(FrameworkElement)

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

Declaration
protected override bool IsPaneElementInternal(FrameworkElement element)
Parameters
Type Name Description
FrameworkElement element

The FrameworkElement to check.

Returns
Type Description
bool

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

Overrides