메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
KeyDownPopupGroup ( |
||
KeyDownPopupMinimized ( |
||
KeyDownRibbon ( KryptonRibbon ribbon, |
public GotFocus ( |
||
c | Reference to the source control instance. | |
리턴 | void |
public KeyDown ( |
||
c | Reference to the source control instance. | |
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
public KeyPress ( |
||
c | Reference to the source control instance. | |
e | A KeyPressEventArgs that contains the event data. | |
리턴 | void |
public KeyTipSelect ( KryptonRibbon ribbon ) : void | ||
ribbon | KryptonRibbon | Reference to owning ribbon instance. |
리턴 | void |
public KeyUp ( |
||
c | Reference to the source control instance. | |
e | A KeyEventArgs that contains the event data. | |
리턴 | bool |
public LostFocus ( |
||
c | Reference to the source control instance. | |
리턴 | void |
public MaskedTextBoxController ( KryptonRibbon ribbon, |
||
ribbon | KryptonRibbon | Reference to owning ribbon instance. |
maskedTextBox | Source definition. | |
target | Target view element. | |
리턴 | System |