|
inline |
Specifies whether to suppress handling of the keyboard accelerators in the top-level frame when the control is being focused.
Call this method to suppress the handling of the keyboard accelerators in the top-level frame when the control is being focused. This is useful when an application has one-character accelerators (e.g., "'s"), and in this case, typing the character invokes the command instead of adding this character to the edit box.
bSet | If this parameter is TRUE, the keyboard accelerators in the top-level frame will be disabled when the control is being focused. |