Skip to content

Class: RadioButton

Properties | Events | Methods | Index of Classes

An intermediate that provides support for stand-alone radio buttons

Hierarchy

cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseButton > DfBaseCheckbox > DfBaseRadioButton > RadioButton

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Package: Windows.pkg

Mixins: Standard_Select_Mixin, Bitmap_Support_Mixin, ToolTip_Support_Mixin

Description

The RadioButton class is an intermediate class that provides support for stand-alone radio buttons. This class is used by the Radio subclass and is not intended for instantiation.

Note

This class is a subclass of the Checkbox class and inherits all of its attributes. This class is essentially a checkbox with a radio appearance. This is of little use for instantiation, since radio buttons are designed to be used with other radio buttons. Instead, you would use its subclass, Radio.