메소드 | 설명 | |
---|---|---|
ClearSubMenu ( ) : void |
This target should remove any showing sub menu.
|
|
ClearTarget ( ) : void |
This target should clear any active display.
|
|
DoesStackedClientMouseDownBecomeCurrent ( Point pt ) : bool |
Should a mouse down at the provided point cause the currently stacked context menu to become current.
|
|
DoubleClick ( Point pt ) : void |
Left mouse button double click.
|
|
GetActiveView ( ) : ViewBase |
Gets the view element that should be used when this target is active.
|
|
GotFocus ( |
Source control has got the focus.
|
|
KeyDown ( |
Key has been pressed down.
|
|
KeyPress ( |
Key has been pressed.
|
|
KeyUp ( |
Key has been released.
|
|
LostFocus ( |
Source control has lost the focus.
|
|
MatchMnemonic ( char charCode ) : bool |
Determine if the keys value matches the mnemonic setting for this target.
|
|
MenuImageSelectController ( ViewContextMenuManager viewManager, |
Initialize a new instance of the ImageSelectController class.
|
|
MnemonicActivate ( ) : void |
Activate the item because of a mnemonic key press.
|
|
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.
|
|
ShowSubMenu ( ) : void |
This target should show any appropriate sub menu.
|
|
ShowTarget ( ) : void |
This target should display as the active target.
|
메소드 | 설명 | |
---|---|---|
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.
|
public DoesStackedClientMouseDownBecomeCurrent ( Point pt ) : bool | ||
pt | Point | Client coordinates point. |
리턴 | bool |
public DoubleClick ( Point pt ) : void | ||
pt | Point | Mouse position relative to control. |
리턴 | void |
public GotFocus ( |
||
c | Reference to the source control instance. | |
리턴 | void |
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 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 MatchMnemonic ( char charCode ) : bool | ||
charCode | char | Key code to test against. |
리턴 | bool |
public MenuImageSelectController ( ViewContextMenuManager viewManager, |
||
viewManager | ViewContextMenuManager | Owning view manager instance. |
target | Target for state changes. | |
layout | Reference to layout of the image items. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 | System |
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 ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs 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 |