View |
The ViewManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Attach | Attach the view manager to provided control and root element. | |
| ComponentFromPoint | Is the provided point associated with a component. | |
| Dispose | Clean up any resources. | |
| DoubleClick | Perform double click processing. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EvalTransparentPaint | Perform a layout of the view. | |
| 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. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GotFocus | Perform got focus handling. | |
| KeyDown | Perform key down handling. | |
| KeyPress | Perform key press handling. | |
| KeyUp | Perform key up handling. | |
| Layout(IRenderer) | Perform a layout of the view. | |
| Layout(ViewLayoutContext) | Perform a layout of the view. | |
| LostFocus | Perform lost focus handling. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MouseDown | Perform mouse down processing. | |
| MouseLeave | Perform mouse leave processing. | |
| MouseMove | Perform mouse movement handling. | |
| MouseUp | Perform mouse up processing. | |
| Paint(RenderContext) | Perform a paint of the view. | |
| Paint(IRenderer, PaintEventArgs) | Perform a paint of the view. | |
| PerformMouseDownProcessed | Raises the MouseDownProcessed event. | |
| PerformMouseUpProcessed | Raises the MouseUpProcessed event. | |
| ResetCounters | Reset the internal counters. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UpdateViewFromPoint | Update the active view based on the mouse position. |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
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) |