Description: | Indicates the focus behavior when the Enabled or Visible property of a control that has the focus is changed to False. Introduced to give the option of compatibility with either Visual Basic's behavior or the behavior of PowerCOBOL releases other than V4L20. |
Used in object: | Form |
Values (with constants): | If the next item to receive focus is an OptionButton group the value indicates what happens when the group receives the focus (passed by Enabled or Visible being set to False on a control that had the focus). 0 - Normal(POW-DFA-NORMAL) 1 - Ignore option button value (POW-DFA-IGNOREOPTIONVALUE) |
Default value: | 0 - Normal(POW-DFA-NORMAL) |
COBOL PICTURE: | S9(4) COMP-5 |
OLE data type: | VT_I2 |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attributes: | None. |