Method | Description | |
---|---|---|
ContextTitleController ( KryptonRibbon ribbon ) : System |
Initialize a new instance of the ContextTitleController class.
|
|
DoubleClick ( Point pt ) : void |
Left mouse button double click.
|
|
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.
|
public ContextTitleController ( KryptonRibbon ribbon ) : System | ||
ribbon | KryptonRibbon | Reference to owning ribbon instance. |
return | System |
public DoubleClick ( Point pt ) : void | ||
pt | Point | Mouse position relative to control. |
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 |