Version

UltraLiveTileViewStates Enumeration

Constants which identify the possible states for the UltraLiveTileView control.
Syntax
'Declaration
 
Public Enum UltraLiveTileViewStates 
   Inherits System.Enum
public enum UltraLiveTileViewStates : System.Enum 
Members
MemberDescription
ActiveButtonThe ApplicationBar is currently visible and a button is active.
ActiveGroupThe ActiveGroup property returns a non-null value.
ActiveTileThe ActiveTile property returns a non-null value.
ActiveTileOnFirstRowThe ActiveTile resides on the first row of tiles.
ApplicationBarFocusedThe ApplicationBar has the input focus.
ApplicationBarVisibleThe ApplicationBar is currently visible.
CollapsedThe Expanded property returns false.
CustomizeModeThe control is currently in customize mode.
ExpandedThe Expanded property returns true.
FirstButtonActiveThe leftmost button on the ApplicationBar is currently active.
HasScrollBarThe horizontal size of the control is such that a scrollbar is shown.
HasSelectedTilesThe Expanded property is true and the SelectedTiles collection contains at least one member.
IsDraggingGroupThe user is currently dragging a tile group.
IsDraggingTileThe user is currently dragging a tile.
IsEditingGroupTextA group is currently in edit mode, i.e., the user is changing the group's text via the in-place editor.
LastButtonActiveThe rightmost button on the ApplicationBar is currently active.
NoneNone
TileAreaFocusedThe area in which tiles appear has the input focus.
ValueListOpenAn ApplicationBarButton's ValueList is currently open.
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