Version

DropAreaStates Enumeration

Flagged enumeration which exposes a constant for each user interface state depicted by a DropAreaUIElementBase derived element.
Syntax
'Declaration
 
Public Enum DropAreaStates 
   Inherits System.Enum
public enum DropAreaStates : System.Enum 
Members
MemberDescription
DragOverAn item is currently being dragged over the drop area.
HotTrackingThe cursor is positioned within the drop area's bounds.
NormalNormal state.
UpdatingA request for data has been sent to the OLAP server, but a response has not yet been received. This state indicates that the associated user interface element is not active.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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