MarkupUIElement Object Members
See Also

Markup ActiveX Control v24.0
Public Methods
| Method | Description |
|---|---|
AddHandler |
Associates an event with an event handler at run time, or declares what code to execute when adding an event handler. |
CaptureMouse |
Attempts to force capture of the mouse to this element. |
FindName |
Finds an element that has the provided identifier name. |
ReleaseMouseCapture |
Releases the mouse capture, if this element held the capture. |
Public Properties
| Property | Description |
|---|---|
Cursor |
Represents the image used for the mouse pointer. |
IsMouseOver |
Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). |
LostMouseCapture |
Occurs when this element loses mouse capture. |
LostMouseCaptureEvent |
|
MouseEnter |
Occurs when the mouse pointer enters the bounds of this element. |
MouseEnterEvent |
|
MouseLeave |
Occurs when the mouse pointer leaves the bounds of this element. |
MouseLeaveEvent |
|
MouseLeftButtonDown |
Occurs when the left mouse button is pressed while the mouse pointer is over the element. |
MouseLeftButtonDownEvent |
|
MouseLeftButtonUp |
Occurs when the left mouse button is released while the mouse pointer is over the element. |
MouseLeftButtonUpEvent |
|
MouseMove |
Occurs when the mouse pointer moves while the mouse pointer is over the element. |
MouseMoveEvent |
|
MouseRightButtonDown |
Occurs when the right mouse button is pressed while the mouse pointer is over the element. |
MouseRightButtonDownEvent |
|
MouseRightButtonUp |
Occurs when the right mouse button is released while the mouse pointer is over the element. |
MouseRightButtonUpEvent |
|
Name |
Gets or sets the identifying name of the element. |
ToolTip |
Tooltip displayed for this object when the mouse cursor is positioned on top of it. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.

