MoveLeft Method
Description
Moves focus to the item to the immediate left of the currently focused item in the currently selected row.
Syntax
Public Sub MoveLeft( _
Optional ByVal [SelectBlock] As Boolean = False, _
Optional ByVal [IgnoreSelection] As Boolean = False _
)
Parameters
- SelectBlock: Not Used (Added for possible future functionality)
- IgnoreSelection: Not Used (Added for possible future functionality)
Remarks
To use MoveLeft, FocusSubItems must be True. If the GridRecordItem to the immediate left has Focusable set to False, then focus will be moved to the first column to the left of the focused column that has Focusable set to True. If there are no more items to the left, then focus will be given to the item in the last column of the previous row.
See Also
- GridNavigator Object
- FocusSubItems Property
- MoveRight Method
- MoveLastColumn Method
- MoveFirstColumn Method
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.