Description: | Determines whether text in the control is selected when it gains editing focus. | |||
Used in control(s): | Edit | Table | TextBox | |
Values (with constants): | True - Text is selected.(POW-TRUE) False - Text is not selected.(POW-FALSE) | |||
Table | Determines whether text is selected when the table cell enters the edit state. | |||
TextBox | If the EditableLabel property is False, determines whether text is selected when the control receives focus. If the EditableLabel property is True, determines whether text is selected when the user starts editing the text. It is only effective when the MultiLine property is False. | |||
Default value: | True (POW-TRUE) | |||
COBOL picture: | S9(4) COMP-5 | |||
OLE data type: | VT_BOOL | |||
Design time access: | Set and reference. | |||
Execution time access: | ||||
Table | Set and reference. | |||
TextBox | Reference only. | |||
Backward compatibility attribute: | None. |