Method | Description | |
---|---|---|
AppTabController ( KryptonRibbon ribbon ) : System |
Initialize a new instance of the AppTabController class.
|
|
DoubleClick ( Point pt ) : void |
Left mouse button double click.
|
|
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.
|
|
MouseDown ( |
Mouse button has been pressed in the view.
|
|
MouseEnter ( |
Mouse has entered the view.
|
|
MouseLeave ( |
Mouse has left the view.
|
|
MouseMove ( |
Mouse has moved inside the view.
|
|
MouseUp ( |
Mouse button has been released in the view.
|
|
RemoveFixed ( ) : void |
Remove the fixed pressed mode.
|
Method | Description | |
---|---|---|
OnClick ( MouseEventArgs e ) : void |
Raises the Click event.
|
|
OnMouseReleased ( MouseEventArgs e ) : void |
Raises the MouseReleased event.
|
|
OnNeedPaint ( bool needLayout, |
Raises the NeedPaint event.
|
|
UpdateTargetState ( ) : void |
Set the correct visual state of the target.
|
public AppTabController ( KryptonRibbon ribbon ) : System | ||
ribbon | KryptonRibbon | |
return | System |
public DoubleClick ( Point pt ) : void | ||
pt | Point | Mouse position relative to control. |
return | void |
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 MouseDown ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button pressed down. |
return | bool |
public MouseEnter ( |
||
c | Reference to the source control instance. | |
return | void |
public MouseLeave ( |
||
c | Reference to the source control instance. | |
next | ViewBase | Reference to view that is next to have the mouse. |
return | void |
public MouseMove ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
return | void |
public MouseUp ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button released. |
return | void |
protected OnClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs containing the event data. |
return | void |
protected OnMouseReleased ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs containing the event data. |
return | void |
protected OnNeedPaint ( bool needLayout, |
||
needLayout | bool | Does the palette change require a layout. |
invalidRect | Client area to be invalidated. | |
return | void |