Свойство | Type | Description | |
---|---|---|---|
OnRepeatTick | void |
Méthode | Description | |
---|---|---|
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.
|
|
PerformNeedPaint ( bool needLayout ) : void |
Fires the NeedPaint event.
|
|
RepeatButtonController ( KryptonRibbon ribbon, ViewBase target, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the RepeatButtonController class.
|
Méthode | Description | |
---|---|---|
OnClick ( MouseEventArgs e ) : void |
Raises the Click event.
|
|
OnNeedPaint ( bool needLayout ) : void |
Raises the NeedPaint event.
|
|
UpdateTargetState ( |
Set the correct visual state of the target.
|
|
UpdateTargetState ( Point pt ) : void |
Set the correct visual state of the target.
|
Méthode | Description | |
---|---|---|
OnRepeatTick ( object sender, |
public DoubleClick ( Point pt ) : void | ||
pt | Point | Mouse position relative to control. |
Résultat | void |
public MouseDown ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button pressed down. |
Résultat | bool |
public MouseEnter ( |
||
c | Reference to the source control instance. | |
Résultat | void |
public MouseLeave ( |
||
c | Reference to the source control instance. | |
next | ViewBase | Reference to view that is next to have the mouse. |
Résultat | void |
public MouseMove ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
Résultat | void |
public MouseUp ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button released. |
Résultat | void |
protected OnClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs containing the event data. |
Résultat | void |
protected OnNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
Résultat | void |
public PerformNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
Résultat | void |
public RepeatButtonController ( KryptonRibbon ribbon, ViewBase target, NeedPaintHandler needPaint ) : System | ||
ribbon | KryptonRibbon | Reference to owning control. |
target | ViewBase | Target for state changes. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Résultat | System |
protected UpdateTargetState ( |
||
c | Owning control. | |
Résultat | void |
protected UpdateTargetState ( Point pt ) : void | ||
pt | Point | Mouse point. |
Résultat | void |