Version

HeaderStates Enumeration

Flagged enumeration which exposes a constant for each possible user interface state available to a HeaderUIElement.
Syntax
'Declaration
 
Public Enum HeaderStates 
   Inherits System.Enum
public enum HeaderStates : System.Enum 
Members
MemberDescription
HasSelectedCellThe associated axis item, i.e., row or column, has one or more selected cells.
HotTrackingThe cursor is positioned within the header's bounds.
NormalNormal state.
SelectedThe associated axis item, i.e., row or column, is selected.
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