'Declaration
Protected Overrides Function IsPaneElementInternal( _ ByVal element As FrameworkElement _ ) As Boolean
protected override bool IsPaneElementInternal( FrameworkElement element )
Parameters
- element
- The System.Windows.FrameworkElement to check.
Return Value
Returns True if specified element is covered by the current CoverElementsPane instance; False otherwise.