This enum represents shape type of the bevel control.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration BevelShape |
| C# |
|---|
public enum BevelShape |
| Visual C++ |
|---|
public enum class BevelShape |
| JavaScript |
|---|
Greatis.Nostalgia.BevelShape = function(); Greatis.Nostalgia.BevelShape.createEnum('Greatis.Nostalgia.BevelShape', false); |
Members
| Member name | Description | |
|---|---|---|
| Box |
Rectangle box.
| |
| Frame |
Rectangle frame.
| |
| TopLine |
Line at the top of client area.
| |
| BottomLine |
Line at the bottom of client area.
| |
| LeftLine |
Line at the left of client area.
| |
| RightLine |
Line at the right of client area.
| |
| Spacer |
Nothing is drawn.
|