'Declaration Public Enum UltraListViewAction Inherits System.Enum
public enum UltraListViewAction : System.Enum
Member | Description |
---|---|
ActivateAbove | The item above the currently active item is activated, and becomes the only selected item. |
ActivateAboveNoSelect | The item above the currently active item is activated, but the existing selection is not altered. |
ActivateAboveRangeSelect | The item above the currently active item is activated, and the existing selection is extended. |
ActivateBelow | The item below the currently active item is activated, and becomes the only selected item. |
ActivateBelowNoSelect | The item below the currently active item is activated, but the existing selection is not altered. |
ActivateBelowRangeSelect | The item below the currently active item is activated, and the existing selection is extended. |
ActivateFirst | The first item displayed by the control is activated, and becomes the only selected item. |
ActivateFirstInIconColumn | The first item in the same icon column as the currently active item is activated. |
ActivateFirstInIconRow | The first item in the same icon row as the currently active item is activated. |
ActivateFirstNoSelect | The first item displayed by the control is activated, but the existing selection is not altered. |
ActivateFirstRangeSelect | The first item displayed by the control is activated, and the existing selection is extended. |
ActivateLast | The last item displayed by the control is activated, and becomes the only selected item. |
ActivateLastInIconColumn | The last item in the same icon column as the currently active item is activated. |
ActivateLastInIconRow | The last item in the same icon row as the currently active item is activated. |
ActivateLastNoSelect | The last item displayed by the control is activated, but the existing selection is not altered. |
ActivateLastRangeSelect | The last item displayed by the control is activated, and the existing selection is extended. |
ActivateNext | The logically next item (to the right) of the currently active item is activated, and becomes the only selected item. Note that unlike the .NET ListView control, UltraListView wraps to the next logical row when the action is performed on the item in the last logical column. |
ActivateNextNoSelect | The logically next item is activated, but the existing selection is not altered. |
ActivateNextRangeSelect | The logically next item is activated, and the existing selection is extended. |
ActivatePrevious | The logically previous item (to the left) of the currently active item is activated, and becomes the only selected item. Note that unlike the .NET ListView control, UltraListView wraps to the previous logical row when the action is performed on the item in the first logical column. |
ActivatePreviousNoSelect | The logically previous item is activated, but the existing selection is not altered. |
ActivatePreviousRangeSelect | The logically previous item is activated, and the existing selection is extended. |
EnterEditMode | Edit mode is entered on the currently active item. |
ExitEditModeDiscardChanges | Edit mode is exited on the currently active item, and changes made during the edit mode session are discarded. |
ExitEditModeSaveChanges | Edit mode is exited on the currently active item, and changes made during the edit mode session are assigned to the main sub-item's Value property. |
PageDown | The item on the next logical page is activated. |
PageDownNoSelect | The item on the next logical page is activated, but the existing selection is not altered. |
PageDownRangeSelect | The item on the next logical page is activated, and the existing selection is extended. |
PageUp | The item on the previous logical page is activated. |
PageUpNoSelect | The item on the previous logical page is activated, but the existing selection is not altered. |
PageUpRangeSelect | The item on the previous logical page is activated, and the existing selection is extended. |
ScrollHorizontalByLargeDecrement | Scrolls the control to the left by a large scroll change. |
ScrollHorizontalByLargeIncrement | Scrolls the control to the right by a large scroll change. |
ScrollHorizontalBySmallDecrement | Scrolls the control toward the left by the number of pixels specified by the value of the UltraListView.ScrollbarSmallChangeHorizontal property. |
ScrollHorizontalBySmallIncrement | Scrolls the control toward the right by the number of pixels specified by the value of the UltraListView.ScrollbarSmallChangeHorizontal property. |
ScrollVerticalByLargeDecrement | Scrolls the control in the upward direction by a large scroll change. |
ScrollVerticalByLargeIncrement | Scrolls the control in the downward direction by a large scroll change. |
ScrollVerticalBySmallDecrement | Scrolls the control in the upward direction by the number of pixels specified by the value of the UltraListView.ScrollbarSmallChangeVertical property. |
ScrollVerticalBySmallIncrement | Scrolls the control in the downward direction by the number of pixels specified by the value of the UltraListView.ScrollbarSmallChangeVertical property. |
SelectAllItems | All visible, enabled UltraListViewItem objects are selected. |
SelectItem | The UltraListView.ActiveItem is selected, and any previous selection is cleared. |
SetNextCheckStateForSelectedItems | The UltraListViewItem.CheckState property is set to the next value in the cycle for all members of the UltraListView.SelectedItems collection. |
ToggleItemSelectedState | The selected state of the UltraListView.ActiveItem is toggled. |
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