Skip to content

API ModernFormsNext CheckBox

ProGraMajster edited this page Jun 27, 2026 · 1 revision

ModernFormsNext.CheckBox

Events

CheckedChanged

CheckStateChanged

Fields

DefaultStyle

Methods

#ctor

OnCheckedChanged(System.EventArgs)

OnCheckStateChanged(System.EventArgs)

OnClick(ModernFormsNext.MouseEventArgs)

OnKeyUp(ModernFormsNext.KeyEventArgs)

OnPaint(ModernFormsNext.PaintEventArgs)

ToString

Propertys

AutoCheck

AutoEllipsis

Gets or sets a value indicating if text will be truncated with an ellipsis if it cannot fully fit in the ModernFormsNext.CheckBox.

AutoSizeMode

Allows the control to optionally shrink when ModernFormsNext.Control.AutoSize is true.

Checked

CheckState

DefaultCursor

DefaultSize

GlyphAlign

Gets or sets the alignment of the checkbox glyph on the ModernFormsNext.CheckBox.

Image

Gets or sets the image displayed on the ModernFormsNext.CheckBox.

ImageAlign

Gets or sets the alignment of the image on the ModernFormsNext.CheckBox.

ImageIndex

Gets or sets the index of the image in the ModernFormsNext.CheckBox.ImageList to display on the ModernFormsNext.CheckBox.

ImageKey

Gets or sets the key of the image in the ModernFormsNext.CheckBox.ImageList to display on the ModernFormsNext.CheckBox.

ImageList

Gets or sets the ModernFormsNext.CheckBox.ImageList that contains the image to display on the ModernFormsNext.CheckBox.

Style

TextAlign

Gets or sets the alignment of the text on the ModernFormsNext.CheckBox.

TextImageRelation

Gets or sets the alignment of the text relative to the image on the ModernFormsNext.CheckBox.

ThreeState

ModernFormsNext

Clone this wiki locally