pbHideSelection - cCJGrid
Determines whether the currently selected rows will remain shaded when the grid loses focus
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbHideSelection
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbHideSelection to BooleanVariable |
| Write Access: | Set pbHideSelection to BooleanVariable/Value |
Description
When the grid loses focus, you can choose whether the currently selected rows remain shaded.
If False (the default), the currently selected rows will remain shaded when the grid loses focus.
If True, the current selection's shading will be hidden when the grid loses focus. The selection will become visible again when the grid regains focus.
This will not hide the row data, it only hides the shading that indicates which rows are selected.