[]
Represents a FarPoint check box control.
public class FpCheckBox : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class FpCheckBox
Inherits Control
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| FpCheckBox() | Creates a new FarPoint check box control. |
| Name | Description |
|---|---|
| DEFAULT_PICTURE_HEIGHT | Default check box picture height. |
| DEFAULT_PICTURE_WIDTH | Default check box picture width. |
| theme | Internal use. Set theme for Visual Styles. |
| Name | Description |
|---|---|
| AutoCheck | Gets or sets whether the user can toggle the state of the check box control |
| BackgroundImage | Gets or sets the picture to use as the background image of the check box control. |
| Caption | Gets or sets the default text displayed in the check box. |
| CheckState | Gets or sets the state of the check box. |
| Checked | Gets or sets whether the check box is checked. |
| FocusRectangle | Gets or sets whether focus rectangle is displayed. |
| HotkeyPrefix | Gets or sets whether the ampersand character underlines text. |
| Picture | Gets or sets the array of pictures to use as the check box image. |
| PictureAlignH | Gets or sets the horizontal alignment of the check box picture in the control. |
| PictureAlignV | Gets or sets the vertical alignment of the check box picture in the control. |
| PictureHeight | Gets or sets the height of the check box picture in the control. |
| PictureWidth | Gets or sets the width of the check box picture in the control. |
| TextAlign | Gets or sets the alignment of the text relative to the picture in the check box control. |
| TextFalse | Gets or sets the text displayed when the state of the check box control is false. |
| TextIndeterminate | Gets or sets the text displayed when the state of the check box control is indeterminate. |
| TextTrue | Gets or sets the text displayed when the state of the check box control is true. |
| ThreeState | Gets or sets whether the check box control has a third state. |
| Value | Gets or sets the value of the check box control. |
| VisualStyles | Gets or sets whether to use visual styles. |
| Name | Description |
|---|---|
| AfterFocus | Occurs after the control receives focus. |
| CheckChanged | Occurs when the check state of the control has changed. |
| CheckStateChanged | Occurs when the check state of the control is changing. |