Method | Description | |
---|---|---|
DialogLauncherButtonController ( KryptonRibbon ribbon, ViewBase target, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the DialogLauncherButtonController class.
|
|
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.
|
Method | Description | |
---|---|---|
UpdateTargetState ( Point pt ) : void |
Set the correct visual state of the target.
|
Method | Description | |
---|---|---|
KeyDownPopupGroup ( |
||
KeyDownPopupMinimized ( |
||
KeyDownRibbon ( |
public DialogLauncherButtonController ( KryptonRibbon ribbon, ViewBase target, NeedPaintHandler needPaint ) : System | ||
ribbon | KryptonRibbon | Reference to owning ribbon instance. |
target | ViewBase | Target for state changes. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
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 |
protected UpdateTargetState ( Point pt ) : void | ||
pt | Point | Mouse point. |
return | void |