Programming with Reflection
InputFieldUnderlines property
Syntax |
object.InputFieldUnderlines |
Data type |
Returns (first syntax line) or specifies (second syntax line) how Reflection underlines input fields on host screens.
The default value is rcUnderlineHostControl.
rcUnderlineAlways All input fields on host screens are underlined.
rcUnderlineHostControl The host determines which input fields are underlined.
rcUnderlineNever Input fields on host screens are not underlined.