Class CheckBoxAdvanced
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class CheckBoxAdvanced : CheckBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
CheckBoxAdvanced()
Declaration
public CheckBoxAdvanced()
Fields
BeforeEnterTab
Declaration
public BeforeEnterTabEvent BeforeEnterTab
Field Value
| Type | Description |
|---|---|
| BeforeEnterTabEvent |
Properties
EnterAsTab
Declaration
public bool EnterAsTab { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | e |
Overrides
ProcessCmdKey(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 |