1

Hi How I can hide check box in Open Office BASIC? I tried use:

chckbox.visible=false

but it doesn`t work. thank you

MPelletier
  • 16,256
  • 15
  • 86
  • 137
tomasBULL
  • 563
  • 5
  • 10

1 Answers1

1

So checkbox has no Visible Property only EnableVisible=True/False

It should helps

have a nice dayenter image description here

Csabi
  • 3,097
  • 17
  • 59
  • 107