pbFocusable - cCJGridColumn
Specifies whether cells in the column can have focus
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbFocusable
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbFocusable to BooleanVariable |
| Write Access: | Set pbFocusable to BooleanVariable/Value |
Description
A cell receives the focus by clicking on it with the mouse or navigating to it via the keyboard. When a cell has the focus, a focus rectangle is painted around its border (see pbUseFocusCellRectangle).
When pbFocusable is set to False, cells in the column cannot receive the focus and the cell data is painted using the column's piDisabledColor and piDisabledTextColor properties.
When pbFocusable is False, the data in the cells is not editable. This setting overrides the column's pbEditable property.