[]
        
(Showing Draft Content)

C1.Win.Input.C1RadioButton

C1RadioButton Class

Represents a Windows radio button (option button) control.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
[DefaultBindingProperty("Checked")]
[ToolboxBitmap(typeof(C1RadioButton), "C1RadioButton.png")]
public class C1RadioButton : C1ButtonBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, IUiaSelectionItemProvider

Constructors

Name Description
C1RadioButton()

Initializes a new instance of the C1RadioButton class.

Properties

Name Description
Appearance

Gets or sets the value that determines the appearance of a C1RadioButton control.

AutoCheck

Gets or sets a value indicating whether the Checked value and the appearance of the control automatically change when the control is clicked.

CheckAlign

Gets or sets the horizontal and vertical alignment of the check mark on a C1RadioButton control.

Checked

Gets or set a value indicating whether the C1RadioButton is in the checked state.

CheckedIcon

Gets or sets a custom C1Icon for the checked state of the radio button.

DefaultSize

Gets the default size of the control.

Styles

Gets or sets the C1RadioButton styles.

TabStop

Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.

TextAlign

Gets or sets the alignment of the text on the button control.

UncheckedIcon

Gets or sets a custom C1Icon for the unchecked state of the radio button.

Methods

Name Description
CreateUiaItem(UiaItem)

Creates UI Automation object of this control.

OnAppearanceChanged(EventArgs)

Raises the AppearanceChanged event.

OnCheckedChanged(EventArgs)

Raises the CheckedChanged event.

OnClick(EventArgs)

Raises the OnClick(EventArgs) event.

OnEnter(EventArgs)

Raises the OnEnter(EventArgs) event.

OnMouseUp(MouseEventArgs)

Raises the OnMouseUp(MouseEventArgs) event.

PerformClick()

Generates a Click event for the button, simulating a click by a user.

ProcessMnemonic(char)

Processes a mnemonic character.

ToString()

Provides information for the C1RadioButton control in String form.

Events

Name Description
AppearanceChanged

Occurs when the value of the Appearance property changes.

CheckedChanged

Occurs when the value of the Checked property changes.