Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Does the CWNumEdit Control has the property of "Transparent"?

Hi,

Edit box in vc++ has the property of "Transparent", I wonder if the CWNumEdit Control in Measurement Studio 6.0 has this property. If yes, please tell me how to set it, thanks!

Fourier
0 Kudos
Message 1 of 2
(3,096 Views)
As such there is no transparent property for the CWNumEdit control but you can have a workaround for it.

You can place the CWNumEdit inside a GroupBox.

1.) Right-click on the label of the group box.
2.) Click on "Properties".
3.) Click on the "Extended Styles" tab.
4.) Make sure the "Transparent" option is checked

Thank you

Nandini
NI
0 Kudos
Message 2 of 2
(3,082 Views)