Class CheckBoxAdvanced
A CheckBox that optionally treats the Enter key as a Tab keypress to move focus to the next control, raising a cancelable event beforehand.
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class CheckBoxAdvanced : CheckBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
View SourceCheckBoxAdvanced()
Declaration
public CheckBoxAdvanced()
Fields
View SourceBeforeEnterTab
Declaration
public BeforeEnterTabEvent BeforeEnterTab
Field Value
| Type | Description |
|---|---|
| BeforeEnterTabEvent |
Properties
View SourceEnterAsTab
Declaration
public bool EnterAsTab { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceOnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | e |
Overrides
View SourceProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | msg | |
| Keys | keyData |
Returns
| Type | Description |
|---|---|
| bool |