'Declaration Public Enum UltraLiveTileViewAction Inherits System.Enum
public enum UltraLiveTileViewAction : System.Enum
Member | Description |
---|---|
ActivateButtonFirst | Activates the first ApplicationBarButton on the application bar. |
ActivateButtonLast | Activates the last ApplicationBarButton on the application bar. |
ActivateButtonLeft | Activates 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. |
ActivateButtonRight | Activates 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. |
ActivateGroupFirst | Activates the first group in the first group. |
ActivateGroupLast | Activates the last group in the last group. |
ActivateGroupLeft | Activates the group to the left of the currently active group. |
ActivateGroupNextPage | Activates the group which lies approximately one page toward the right as relative to the currently active group. |
ActivateGroupPreviousPage | Activates the group which lies approximately one page toward the left as relative to the currently active group. |
ActivateGroupRight | Activates the group to the right of the currently active group. |
ActivateTileDown | Activates the tile below the currently active tile. |
ActivateTileFirst | Activates the first tile in the first group. |
ActivateTileLast | Activates the last tile in the last group. |
ActivateTileLeft | Activates the tile to the left of the currently active tile. |
ActivateTileNextPage | Activates the tile which lies approximately one page toward the right as relative to the currently active tile. |
ActivateTilePreviousPage | Activates the tile which lies approximately one page toward the left as relative to the currently active tile. |
ActivateTileRight | Activates the tile to the right of the currently active tile. |
ActivateTileUp | Activates the tile above the currently active tile. |
CancelGroupDrag | Cancels 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. |
CancelGroupTextEdit | Terminates an edit mode session on a group's text, discarding the changes. |
CancelTileDrag | Cancels 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. |
ClearSelectedTiles | Clears the SelectedTiles collection. |
ClickActiveButton | Simulates a click on the currently active ApplicationBarButton. |
ClickActiveGroup | Raises the GroupClick event for the currently active group. |
ClickActiveTile | Raises the TileClick event for the currently active tile. |
CloseValueList | Closes an ApplicationBarButton's ValueList. |
Collapse | Sets the value of the control's Expanded property to false. |
CommitGroupTextEdit | Terminates an edit mode session on a group's text, committing the changes. |
CommitValueListItemSelection | Commits the selection of the currently selected item in the currently open ValueList. |
ExitCustomizeMode | Exits customize mode. |
Expand | Sets the value of the control's Expanded property to true. |
FocusApplicationBar | Shifts the input focus to the ApplicationBar |
FocusTileArea | Shifts the input focus to the area in which tiles appear. |
HideApplicationBar | Hides the ApplicationBar. |
InvertActiveTileSelectedState | Inverts the selected state of the active tile. |
InvertExpandedState | Inverts the value of the control's Expanded property. |
None | No action is taken. |
ScrollLargeDecrement | Simulates a click on the area between the scrollbar's left scroll button and thumb. |
ScrollLargeIncrement | Simulates a click on the area between the scrollbar's right scroll button and thumb. |
ScrollSmallDecrement | Simulates a click on the scrollbar's left scroll button |
ScrollSmallIncrement | Simulates a click on the scrollbar's right scroll button |
SelectFirstValueListItem | Selects the first item in the currently open ValueList. |
SelectLastValueListItem | Selects the last item in the currently open ValueList. |
SelectNextValueListItem | Selects the next item in the currently open ValueList. |
SelectPreviousValueListItem | Selects the previous item in the currently open ValueList. |
StartGroupTextEdit | Begins an edit mode session on the active tile's group. |
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