Class jGroupOnOffControl<TAppearance>
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
A base class for controls that have a different appearance for its on and off states along with the ability to group like controls into a mutually exclusive group.
public abstract class jGroupOnOffControl<TAppearance> : jBaseOnOffControl<TAppearance>, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IjControl, ISupportInitialize where TAppearance : IAppearance<TAppearance>, new()
Type Parameters
TAppearance
The type to use for the control's appearance.
- Inheritance
-
jBaseOnOffControl<TAppearance>jGroupOnOffControl<TAppearance>
- Implements
- Derived
- Inherited Members
Constructors
- jGroupOnOffControl()
Instantiates an instance of this clas with default values.
Properties
- Group
The name of the mutually exclusive group that this control belongs to. Add multiple instances of this control to the same group to achieve mutually exclusive radio button behavior.