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