Skip to content

MarkupUIElement Object Members

See Also

MarkupUIElement Overview

See Also

Markup ActiveX Control v24.0

Public Methods

Method Description
Public MethodAddHandler Associates an event with an event handler at run time, or declares what code to execute when adding an event handler.
Public MethodCaptureMouse Attempts to force capture of the mouse to this element.
Public MethodFindName Finds an element that has the provided identifier name.
Public MethodReleaseMouseCapture Releases the mouse capture, if this element held the capture.

Public Properties

Property Description
Public PropertyCursor Represents the image used for the mouse pointer.
Public PropertyIsMouseOver Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree).
Public PropertyLostMouseCapture Occurs when this element loses mouse capture.
Public PropertyLostMouseCaptureEvent
Public PropertyMouseEnter Occurs when the mouse pointer enters the bounds of this element.
Public PropertyMouseEnterEvent
Public PropertyMouseLeave Occurs when the mouse pointer leaves the bounds of this element.
Public PropertyMouseLeaveEvent
Public PropertyMouseLeftButtonDown Occurs when the left mouse button is pressed while the mouse pointer is over the element.
Public PropertyMouseLeftButtonDownEvent
Public PropertyMouseLeftButtonUp Occurs when the left mouse button is released while the mouse pointer is over the element.
Public PropertyMouseLeftButtonUpEvent
Public PropertyMouseMove Occurs when the mouse pointer moves while the mouse pointer is over the element.
Public PropertyMouseMoveEvent
Public PropertyMouseRightButtonDown Occurs when the right mouse button is pressed while the mouse pointer is over the element.
Public PropertyMouseRightButtonDownEvent
Public PropertyMouseRightButtonUp Occurs when the right mouse button is released while the mouse pointer is over the element.
Public PropertyMouseRightButtonUpEvent
Public PropertyName Gets or sets the identifying name of the element.
Public PropertyToolTip Tooltip displayed for this object when the mouse cursor is positioned on top of it.

See Also

MarkupUIElement Overview


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.