Method | Description | |
---|---|---|
GotFocus ( |
Source control has got the focus.
|
|
KeyDown ( |
Key has been pressed down.
|
|
KeyPress ( |
Key has been pressed.
|
|
KeyTipSelect ( KryptonRibbon ribbon ) : void |
Perform actual selection of the item.
|
|
KeyUp ( |
Key has been released.
|
|
LostFocus ( |
Source control has lost the focus.
|
|
MaskedTextBoxController ( KryptonRibbon ribbon, |
Initialize a new instance of the MaskedTextBoxController class.
|
Method | Description | |
---|---|---|
KeyDownPopupGroup ( |
||
KeyDownPopupMinimized ( |
||
KeyDownRibbon ( KryptonRibbon ribbon, |
public GotFocus ( |
||
c | Reference to the source control instance. | |
return | void |
public KeyDown ( |
||
c | Reference to the source control instance. | |
e | A KeyEventArgs that contains the event data. | |
return | void |
public KeyPress ( |
||
c | Reference to the source control instance. | |
e | A KeyPressEventArgs that contains the event data. | |
return | void |
public KeyTipSelect ( KryptonRibbon ribbon ) : void | ||
ribbon | KryptonRibbon | Reference to owning ribbon instance. |
return | void |
public KeyUp ( |
||
c | Reference to the source control instance. | |
e | A KeyEventArgs that contains the event data. | |
return | bool |
public LostFocus ( |
||
c | Reference to the source control instance. | |
return | void |
public MaskedTextBoxController ( KryptonRibbon ribbon, |
||
ribbon | KryptonRibbon | Reference to owning ribbon instance. |
maskedTextBox | Source definition. | |
target | Target view element. | |
return | System |