Scheduler for WinRT
IsPaneElementInternal Method (CoverElementsPane)


The Windows.UI.Xaml.FrameworkElement to check.
Checks whether specified element is covered by the current CoverElementsPane instance.
Syntax
'Declaration
 
Protected Overridable Function IsPaneElementInternal( _
   ByVal element As FrameworkElement _
) As Boolean
'Usage
 
Dim instance As CoverElementsPane
Dim element As FrameworkElement
Dim value As Boolean
 
value = instance.IsPaneElementInternal(element)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CoverElementsPane Class
CoverElementsPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.