I have a checkbox added to a control group (property manager page), depending on a certain action I would like to change its style
optionsDisable = swAddControlOptions_e.swControlOptions_Visible
checkBox = group.AddControl(checkBoxID, swPropertyManagerPageControlType_e.swControlType_Checkbox, "Text", leftAlign, optionsDisable, "Text")
How can I change the style to say
options = swAddControlOptions_e.swControlOptions_Enabled + swAddControlOptions_e.swControlOptions_Visible
afterwards?
SolidworksApi/macros