Class that represents bevel.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
<ToolboxBitmapAttribute("Bevel.bmp")> _ Public Class Bevel _ Inherits UserControl |
C# |
---|
[ToolboxBitmapAttribute("Bevel.bmp")] public class Bevel : UserControl |
Visual C++ |
---|
[ToolboxBitmapAttribute(L"Bevel.bmp")] public ref class Bevel : public UserControl |
JavaScript |
---|
Greatis.Nostalgia.Bevel = function(); Type.createClass( 'Greatis.Nostalgia.Bevel', UserControl); |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Greatis.Nostalgia..::.Bevel
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Greatis.Nostalgia..::.Bevel