IDisplay Methods

CVB.Net Documentation

The IDisplay type exposes the following members.

Methods

  NameDescription
Public methodAddHandler
Adds a routed event handler for a specific routed event to an element.
(Inherited from IInputElement.)
Public methodCaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from IInputElement.)
Public methodCaptureStylus
Attempts to force capture of the stylus to this element.
(Inherited from IInputElement.)
Public methodFocus
Attempts to focus the keyboard on this element.
(Inherited from IInputElement.)
Public methodRaiseEvent
Raises the routed event that is specified by the RoutedEvent property within the provided RoutedEventArgs.
(Inherited from IInputElement.)
Public methodRedrawImage
Redraws the display based on the set Image.
Public methodReleaseMouseCapture
Releases the mouse capture, if this element holds the capture.
(Inherited from IInputElement.)
Public methodReleaseStylusCapture
Releases the stylus capture, if this element holds the capture.
(Inherited from IInputElement.)
Public methodRemoveHandler
Removes all instances of the specified routed event handler from this element.
(Inherited from IInputElement.)
Top
See Also

Reference