yonan2236
yonan2236

Reputation: 13659

Is this a control? (C# Winforms)

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:

alt text

Upvotes: 5

Views: 447

Answers (3)

Dmitry Karpezo
Dmitry Karpezo

Reputation: 1058

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.

Upvotes: 1

CtrlDot
CtrlDot

Reputation: 3122

In C#, you can use the LineShape via Visual Basic PowerPacks.

Upvotes: 0

Ramesh Soni
Ramesh Soni

Reputation: 16077

This is not a standard windows controls. This is simply a panel of height 1 and dark background.

Upvotes: 2

Related Questions