Version

UltraLiveTileViewAction Enumeration

Constants which identify the actions that can be performed on the UltraLiveTileView control.
Syntax
'Declaration
 
Public Enum UltraLiveTileViewAction 
   Inherits System.Enum
public enum UltraLiveTileViewAction : System.Enum 
Members
MemberDescription
ActivateButtonFirstActivates the first ApplicationBarButton on the application bar.
ActivateButtonLastActivates the last ApplicationBarButton on the application bar.
ActivateButtonLeftActivates the ApplicationBarButton to the left of the currently active one, or the last button if the currently active one is the first button on the application bar.
ActivateButtonRightActivates the ApplicationBarButton to the right of the currently active one, or the first button if the currently active one is the last button on the application bar.
ActivateGroupFirstActivates the first group in the first group.
ActivateGroupLastActivates the last group in the last group.
ActivateGroupLeftActivates the group to the left of the currently active group.
ActivateGroupNextPageActivates the group which lies approximately one page toward the right as relative to the currently active group.
ActivateGroupPreviousPageActivates the group which lies approximately one page toward the left as relative to the currently active group.
ActivateGroupRightActivates the group to the right of the currently active group.
ActivateTileDownActivates the tile below the currently active tile.
ActivateTileFirstActivates the first tile in the first group.
ActivateTileLastActivates the last tile in the last group.
ActivateTileLeftActivates the tile to the left of the currently active tile.
ActivateTileNextPageActivates the tile which lies approximately one page toward the right as relative to the currently active tile.
ActivateTilePreviousPageActivates the tile which lies approximately one page toward the left as relative to the currently active tile.
ActivateTileRightActivates the tile to the right of the currently active tile.
ActivateTileUpActivates the tile above the currently active tile.
CancelGroupDragCancels a group drag operation if one is in progress, reverting the group to the state it was in prior to the beginning of the drag operation.
CancelGroupTextEditTerminates an edit mode session on a group's text, discarding the changes.
CancelTileDragCancels a tile drag operation if one is in progress, reverting the tile to the state it was in prior to the beginning of the drag operation.
ClearSelectedTilesClears the SelectedTiles collection.
ClickActiveButtonSimulates a click on the currently active ApplicationBarButton.
ClickActiveGroupRaises the GroupClick event for the currently active group.
ClickActiveTileRaises the TileClick event for the currently active tile.
CloseValueListCloses an ApplicationBarButton's ValueList.
CollapseSets the value of the control's Expanded property to false.
CommitGroupTextEditTerminates an edit mode session on a group's text, committing the changes.
CommitValueListItemSelectionCommits the selection of the currently selected item in the currently open ValueList.
ExitCustomizeModeExits customize mode.
ExpandSets the value of the control's Expanded property to true.
FocusApplicationBarShifts the input focus to the ApplicationBar
FocusTileAreaShifts the input focus to the area in which tiles appear.
HideApplicationBarHides the ApplicationBar.
InvertActiveTileSelectedStateInverts the selected state of the active tile.
InvertExpandedStateInverts the value of the control's Expanded property.
NoneNo action is taken.
ScrollLargeDecrementSimulates a click on the area between the scrollbar's left scroll button and thumb.
ScrollLargeIncrementSimulates a click on the area between the scrollbar's right scroll button and thumb.
ScrollSmallDecrementSimulates a click on the scrollbar's left scroll button
ScrollSmallIncrementSimulates a click on the scrollbar's right scroll button
SelectFirstValueListItemSelects the first item in the currently open ValueList.
SelectLastValueListItemSelects the last item in the currently open ValueList.
SelectNextValueListItemSelects the next item in the currently open ValueList.
SelectPreviousValueListItemSelects the previous item in the currently open ValueList.
StartGroupTextEditBegins an edit mode session on the active tile's group.
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