Scheduler for WinRT
_needSort Field


Determines whether HostElementsList should be sorted after it is filled.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Protected _needSort As Boolean
'Usage
 
Dim instance As CoverElementsPane
Dim value As Boolean
 
value = instance._needSort
 
instance._needSort = value
[CLSCompliant(false)]
protected bool _needSort
Remarks
Set this property to true in the IsPaneElementInternal override if collected host elements should be sorted after collection.
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.