View |
public class ViewManager : GlobalId, IDisposable
The ViewManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ViewManager | Initialize a new instance of the ViewManager class. | |
| ViewManager(Control, ViewBase) | Initialize a new instance of the ViewManager class. |
| Name | Description | |
|---|---|---|
| ActiveView | Gets and sets the active view element. | |
| AlignControl | Control used to align view elements. | |
| Control | Control owning the view manager. | |
| DoNotLayoutControls | Should child controls be layed out during layout calls. | |
| Id |
Gets the unique identifier of the object.
(Inherited from GlobalId) | |
| LayoutCounter | Gets the number of layout cycles performed since last reset. | |
| MouseCaptured | Gets and sets a value indicating if the mouse is capturing input. | |
| OutputDebug | Should debug information be output during layout and paint cycles. | |
| PaintCounter | Gets the number of paint cycles performed since last reset. | |
| Root | Gets and sets the view root. |
| 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 | |
|---|---|---|
| DoubleClickProcessed | Occurs when the mouse up event is processed. | |
| LayoutAfter | Occurs just after the layout cuycle. | |
| LayoutBefore | Occurs just before the layout cuycle. | |
| MouseDownProcessed | Occurs when the mouse down event is processed. | |
| MouseUpProcessed | Occurs when the mouse up event is processed. |
| 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) |