05-01-2020 08:40 PM
Does anybody knows how to create this?
I think is with the control enum, but I don't know how to change the design like that
Tnks
05-01-2020 08:56 PM
You could attach the control so we can inspect it. So far all we see is a picture that could have been done in any drawing program.
05-02-2020 12:15 PM
Nothing looks like an enum about it to me.
It looks like two booleans that are styled like radio buttons.
05-02-2020 12:59 PM
Yes that's what I thought. Could be a radiobutton control with a single entry set to allow "no selection", basically making it a glorified boolean 😄 Rather silly!
05-02-2020 01:25 PM
That makes sense. That is why the OP would think it is an Enum.
05-02-2020 03:59 PM
@RavensFan wrote:
That makes sense. That is why the OP would think it is an Enum.
I believe the data type for radio button is enum.