Table of Contents

Class jCheckControl

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

A base class with a common implementation for jCheckBox and jRadioButton.

public abstract class jCheckControl : jGroupOnOffControl<ShapeText<FillBorderDropShadow<FillGloss>, FillBorderDropShadow<Fill>>>, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IjControl, ISupportInitialize
Inheritance
jCheckControl
Implements
Derived
Inherited Members

Constructors

jCheckControl()

Instantiates an new instance of this class with default values.

Properties

Check

The appearance of the indicator that marks this control as checked (i.e. the checkmark or bullet).

Checked

Whether or not this control is in the checked state.

CheckedAppearance

The appearance of the control when Checked is true.

CornerRadii

The radii for rounding each of the 4 corners of the control.

Shape

The general shape of the control.

TextAlignment

Gets or sets the alignment of text.

TextPadding

Gets or sets the padding for text.

UncheckedAppearance

The appearance of the control when Checked is false.

Methods

GetCheckPath()

Gets the SVG path command string that defines the shape of the check. See https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d#path_commands

OnCheckedChanged(EventArgs)

Fires the CheckedChanged event.

Events

CheckedChanged

Fired when Checked changes.