Метод | Описание | |
---|---|---|
DoubleClick ( Point pt ) : void |
Left mouse button double click.
|
|
GotFocus ( |
Source control has got the focus.
|
|
GroupButtonController ( KryptonRibbon ribbon, |
Initialize a new instance of the GroupButtonController class.
|
|
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.
|
|
PerformNeedPaint ( ) : void |
Fires the NeedPaint event.
|
|
PerformNeedPaint ( bool needLayout ) : void |
Fires the NeedPaint event.
|
|
RemoveFixed ( ) : void |
Remove the fixed pressed mode.
|
Метод | Описание | |
---|---|---|
OnClick ( |
Raises the Click event.
|
|
OnContextClick ( MouseEventArgs e ) : void |
Raises the Click event.
|
|
OnDropDown ( |
Raises the DropDown 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.
|
Метод | Описание | |
---|---|---|
ClickOnDown ( Point pt ) : bool | ||
KeyDownPopupGroup ( |
||
KeyDownPopupMinimized ( |
||
KeyDownRibbon ( KryptonRibbon ribbon, |
public DoubleClick ( Point pt ) : void | ||
pt | Point | Mouse position relative to control. |
Результат | void |
public GotFocus ( |
||
c | Reference to the source control instance. | |
Результат | void |
public GroupButtonController ( KryptonRibbon ribbon, |
||
ribbon | KryptonRibbon | Source control instance. |
target | Target for state changes. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Результат | System |
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 MouseDown ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button pressed down. |
Результат | bool |
public MouseEnter ( |
||
c | Reference to the source control instance. | |
Результат | void |
public MouseLeave ( |
||
c | Reference to the source control instance. | |
next | ViewBase | Reference to view that is next to have the mouse. |
Результат | void |
public MouseMove ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
Результат | void |
public MouseUp ( |
||
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button released. |
Результат | void |
protected OnClick ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnContextClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs containing the event data. |
Результат | void |
protected OnDropDown ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
Результат | void |
public PerformNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
Результат | void |
protected UpdateTargetState ( |
||
c | Owning control. | |
Результат | void |
protected UpdateTargetState ( Point pt ) : void | ||
pt | Point | Mouse point. |
Результат | void |