Свойство | Type | Description | |
---|---|---|---|
HighlightState | void | ||
NormalState | void | ||
OnNeedPaint | void | ||
PressMenuCheckButton | void | ||
UpdateTarget | void |
Méthode | Description | |
---|---|---|
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.
|
|
MenuCheckButtonController ( ViewContextMenuManager viewManager, ViewBase target, |
Initialize a new instance of the MenuCheckButtonController 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.
|
|
ShowSubMenu ( ) : void |
This target should show any appropriate sub menu.
|
|
ShowTarget ( ) : void |
This target should display as the active target.
|
Méthode | Description | |
---|---|---|
HighlightState ( ) : void | ||
NormalState ( ) : void | ||
OnNeedPaint ( ) : void | ||
PressMenuCheckButton ( bool keyboard ) : void | ||
UpdateTarget ( ) : void |
public DoesStackedClientMouseDownBecomeCurrent ( Point pt ) : bool | ||
pt | Point | Client coordinates point. |
Résultat | bool |
public DoubleClick ( Point pt ) : void | ||
pt | Point | Mouse position relative to control. |
Résultat | void |
public GotFocus ( |
||
c | Reference to the source control instance. | |
Résultat | void |
public KeyDown ( |
||
c | Reference to the source control instance. | |
e | A KeyEventArgs that contains the event data. | |
Résultat | void |
public KeyPress ( |
||
c | Reference to the source control instance. | |
e | A KeyPressEventArgs that contains the event data. | |
Résultat | void |
public KeyUp ( |
||
c | Reference to the source control instance. | |
e | A KeyEventArgs that contains the event data. | |
Résultat | bool |
public LostFocus ( |
||
c | Reference to the source control instance. | |
Résultat | void |
public MatchMnemonic ( char charCode ) : bool | ||
charCode | char | Key code to test against. |
Résultat | bool |
public MenuCheckButtonController ( ViewContextMenuManager viewManager, ViewBase target, |
||
viewManager | ViewContextMenuManager | Owning view manager instance. |
target | ViewBase | Target for state changes. |
checkButton | Drawing element that owns check button display. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Résultat | System |
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 |