Hello community...

Here is my question..

for example..this is my current code..
Code:
cboMiscCombobox.enabled = true
cboMiscCombobox.visible= ture
is there a way to stack the methods on one line??

Code:
cboMiscComboBox.enabled and visible = true
I know the code above is incorrect but it reflects what im trying to accomplish if possible.