Свойство | Тип | Описание | |
---|---|---|---|
HighlightState | void | ||
NormalState | void | ||
PressMenuItem | void |
Метод | Описание | |
---|---|---|
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 lost 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.
|
|
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 ( bool layout ) : void |
Fires the NeedPaint event.
|
|
RecentDocController ( ViewContextMenuManager viewManager, |
Initialize a new instance of the RecentDocController class.
|
|
ShowSubMenu ( ) : void |
This target should show any appropriate sub menu.
|
|
ShowTarget ( ) : void |
This target should display as the active target.
|
Метод | Описание | |
---|---|---|
OnNeedPaint ( bool needLayout ) : void |
Raises the NeedPaint event.
|
Метод | Описание | |
---|---|---|
HighlightState ( ) : void | ||
NormalState ( ) : void | ||
PressMenuItem ( ) : void |
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 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 OnNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
Результат | void |
public PerformNeedPaint ( bool layout ) : void | ||
layout | bool | Does a layout need to occur. |
Результат | void |
public RecentDocController ( ViewContextMenuManager viewManager, |
||
viewManager | ViewContextMenuManager | Owning view manager instance. |
menuItem | Target menu item view element. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Результат | System |