pbToolBarAccelTips - cCJCommandBarSystem
Determines if accelerator tips are part of a tool tip
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbToolBarAccelTips
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbToolBarAccelTips to BooleanVariable |
| Write Access: | Set pbToolBarAccelTips to BooleanVariable/Value |
Description
pbToolBarAccelTips determines if accelerator tips are part of a tool tip. Accelerator tool tips are only applied if these keys are defined using the piShortCutKey property. They are not applied when using the psShortCut property. psShortcut is used when the key has already been defined using the On_key command, which is typically how short cut keys are assigned in DataFlex.
Default is True.