Scheduler for WinRT
IsHostElementInternal Method (CoverElementsPane)


The Windows.UI.Xaml.FrameworkElement to check.
Checks whether specified element is hosted in the same host as the current CoverElementsPane instance.
Syntax
'Declaration
 
Protected Overridable Function IsHostElementInternal( _
   ByVal element As FrameworkElement _
) As Boolean
'Usage
 
Dim instance As CoverElementsPane
Dim element As FrameworkElement
Dim value As Boolean
 
value = instance.IsHostElementInternal(element)
protected virtual bool IsHostElementInternal( 
   FrameworkElement element
)

Parameters

element
The Windows.UI.Xaml.FrameworkElement to check.

Return Value

Returns True if specified element is hosted in the same host as the current CoverElementsPane instance; False otherwise.
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.