Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i programmatically set a knob to value pairs only mode in c or basic

I am trying to change a knob to value pairs only mode from code. I cannot use the property page option as I am dynamically creating the control. I have tried exporting and importing a style but that is a bit OTT for just changing one attribute.
0 Kudos
Message 1 of 2
(2,952 Views)
Which version of Measurement Studio are you using? If you're using Measurement Studio 7.0, the knob has a boolean property called ValuePairsOnly that you can just set to true to do this.

- Elton
0 Kudos
Message 2 of 2
(2,952 Views)