Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementsPane Class / IsPaneElementInternal Method
The Windows.UI.Xaml.FrameworkElement to check.

In This Topic
    IsPaneElementInternal Method (CoverElementsPane)
    In This Topic
    Checks whether specified element is covered by the current CoverElementsPane instance.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsPaneElementInternal( _
       ByVal element As FrameworkElement _
    ) As Boolean
    protected virtual bool IsPaneElementInternal( 
       FrameworkElement element
    )

    Parameters

    element
    The Windows.UI.Xaml.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