Is there a <hr></hr>
like in winforms? I just saw this line in a property window of an icon, is it a control or what? How can I add it into my form? Please see image:
views:
76answers:
3
+1
A:
This is not a standard windows controls. This is simply a panel of height 1 and dark background.
Ramesh Soni
2010-09-07 04:21:36
ok i'll try. thanks sir
yonan2236
2010-09-07 04:22:46
The PowerPacks came preinstalled in VS 2008 +, but I'm not sure about earlier versions. Once you've installed it, the LineShape should be available in the control toolbox in the Winforms designer.
Nick Hebb
2010-09-07 06:09:22
A:
No, no, it's just label or panel control with gray background and height=1. If you need to have 3D line, use apropriate border style and height=2.
Dmitry Karpezo
2010-09-07 06:09:14