ViewContextMenuManager Methods |
The ViewContextMenuManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Attach |
Attach the view manager to provided control and root element.
(Inherited from ViewManager.) | |
| ClearTarget |
Clear the provided target from being the current target.
| |
| ClearTargetSubMenu |
Clear the provided target as no longer showing a sub menu.
| |
| ComponentFromPoint |
Is the provided point associated with a component.
(Inherited from ViewManager.) | |
| Dispose |
Clean up any resources.
(Overrides ViewManagerDispose.) | |
| DoesStackedClientMouseDownBecomeCurrent |
Should a mouse down at the provided point cause it to become the current tracking popup.
| |
| DoubleClick |
Perform double click processing.
(Inherited from ViewManager.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| EvalTransparentPaint |
Perform a layout of the view.
(Inherited from ViewManager.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPreferredSize |
Discover the preferred size of the view.
(Inherited from ViewManager.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GotFocus |
Perform got focus handling.
(Inherited from ViewManager.) | |
| KeyDown |
Handle down key being pressed.
| |
| KeyDown(KeyEventArgs) |
Perform key down handling.
(Inherited from ViewManager.) | |
| KeyEnd |
Handle end key being pressed.
| |
| KeyHome |
Handle home key being pressed.
| |
| KeyLeft |
Handle left key being pressed.
| |
| KeyMnemonic |
Handle key that could be interpreted as a mnemonic.
| |
| KeyPress |
Perform key press handling.
(Inherited from ViewManager.) | |
| KeyRight |
Handle right key being pressed.
| |
| KeyTab |
Handle tab key being pressed.
| |
| KeyUp |
Handle up key being pressed.
| |
| KeyUp(KeyEventArgs) |
Perform key up handling.
(Inherited from ViewManager.) | |
| Layout(IRenderer) |
Perform a layout of the view.
(Inherited from ViewManager.) | |
| Layout(ViewLayoutContext) |
Perform a layout of the view.
(Inherited from ViewManager.) | |
| LostFocus |
Perform lost focus handling.
(Inherited from ViewManager.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MouseDown |
Perform mouse down processing.
(Inherited from ViewManager.) | |
| MouseLeave |
Perform mouse leave processing.
(Inherited from ViewManager.) | |
| MouseMove |
Perform mouse movement handling.
(Inherited from ViewManager.) | |
| MouseUp |
Perform mouse up processing.
(Inherited from ViewManager.) | |
| Paint(RenderContext) |
Perform a paint of the view.
(Inherited from ViewManager.) | |
| Paint(IRenderer, PaintEventArgs) |
Perform a paint of the view.
(Inherited from ViewManager.) | |
| PerformMouseDownProcessed |
Raises the MouseDownProcessed event.
(Inherited from ViewManager.) | |
| PerformMouseUpProcessed |
Raises the MouseUpProcessed event.
(Inherited from ViewManager.) | |
| ResetCounters |
Reset the internal counters.
(Inherited from ViewManager.) | |
| SetTarget |
Set the provided target as the current target.
| |
| SetTargetSubMenu |
Set the provided target as the current target and it is already showing a sub menu
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateViewFromPoint |
Update the active view based on the mouse position.
(Inherited from ViewManager.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |