Click or drag to resize

ViewManager Methods

The ViewManager type exposes the following members.

Methods
 NameDescription
Public methodAttach Attach the view manager to provided control and root element.
Public methodComponentFromPoint Is the provided point associated with a component.
Public methodDispose Clean up any resources.
Public methodDoubleClick Perform double click processing.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvalTransparentPaint Perform a layout of the view.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPreferredSize Discover the preferred size of the view.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGotFocus Perform got focus handling.
Public methodKeyDown Perform key down handling.
Public methodKeyPress Perform key press handling.
Public methodKeyUp Perform key up handling.
Public methodLayout(IRenderer) Perform a layout of the view.
Public methodLayout(ViewLayoutContext) Perform a layout of the view.
Public methodLostFocus Perform lost focus handling.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMouseDown Perform mouse down processing.
Public methodMouseLeave Perform mouse leave processing.
Public methodMouseMove Perform mouse movement handling.
Public methodMouseUp Perform mouse up processing.
Public methodPaint(RenderContext) Perform a paint of the view.
Public methodPaint(IRenderer, PaintEventArgs) Perform a paint of the view.
Public methodPerformMouseDownProcessed Raises the MouseDownProcessed event.
Public methodPerformMouseUpProcessed Raises the MouseUpProcessed event.
Public methodResetCounters Reset the internal counters.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodUpdateViewFromPoint Update the active view based on the mouse position.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also